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

Diff for /mandoc/mdoc.c between version 1.91 and 1.92

version 1.91, 2009/07/15 15:36:38 version 1.92, 2009/07/16 13:42:12
Line 147  static int    macrowarn(struct mdoc *, int, const char
Line 147  static int    macrowarn(struct mdoc *, int, const char
 static  int               pstring(struct mdoc *, int, int,  static  int               pstring(struct mdoc *, int, int,
                                 const char *, size_t);                                  const char *, size_t);
   
   #ifdef __linux__
   extern  size_t            strlcpy(char *, const char *, size_t);
   #endif
   
   
 const struct mdoc_node *  const struct mdoc_node *
 mdoc_node(const struct mdoc *m)  mdoc_node(const struct mdoc *m)

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

CVSweb