[BACK]Return to manpath.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/manpath.h between version 1.3 and 1.4

version 1.3, 2011/12/19 02:26:33 version 1.4, 2013/05/29 23:15:11
Line 23 
Line 23 
  * databases.   * databases.
  */   */
 struct  manpaths {  struct  manpaths {
         int       sz;          size_t    sz;
         char    **paths;          char    **paths;
 };  };
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4