[BACK]Return to manpath.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/manpath.h between version 1.6 and 1.7

version 1.6, 2012/06/08 10:32:40 version 1.7, 2014/12/01 04:05:32
Line 15 
Line 15 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef MANPATH_H  
 #define MANPATH_H  
   
 /*  /*
  * Unsorted list of unique, absolute paths to be searched for manual   * Unsorted list of unique, absolute paths to be searched for manual
Line 34  void  manpath_parse(struct manpaths *, const char *, c
Line 32  void  manpath_parse(struct manpaths *, const char *, c
 void     manpath_free(struct manpaths *);  void     manpath_free(struct manpaths *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MANPATH_H*/  

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb