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

Diff for /src/usr.bin/mandoc/mdoc.h between version 1.9 and 1.10

version 1.9, 2009/07/12 22:35:08 version 1.10, 2009/07/18 19:44:38
Line 295 
Line 295 
 const struct mdoc_meta *mdoc_meta(const struct mdoc *);  const struct mdoc_meta *mdoc_meta(const struct mdoc *);
 int               mdoc_endparse(struct mdoc *);  int               mdoc_endparse(struct mdoc *);
   
 const char       *mdoc_a2att(const char *);  
 const char       *mdoc_a2lib(const char *);  
 const char       *mdoc_a2st(const char *);  
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MDOC_H*/  #endif /*!MDOC_H*/

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10