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

Diff for /mandoc/man_term.c between version 1.1 and 1.2

version 1.1, 2009/03/26 14:38:11 version 1.2, 2009/03/26 14:44:41
Line 25 
Line 25 
 #include "term.h"  #include "term.h"
 #include "man.h"  #include "man.h"
   
   #ifdef __linux__
   extern  size_t            strlcpy(char *, const char *, size_t);
   extern  size_t            strlcat(char *, const char *, size_t);
   #endif
   
 #define DECL_ARGS         struct termp *p, \  #define DECL_ARGS         struct termp *p, \
                           const struct man_node *n, \                            const struct man_node *n, \
                           const struct man_meta *m                            const struct man_meta *m

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb