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

Diff for /mandoc/mdoc.h between version 1.29 and 1.30

version 1.29, 2009/02/20 07:43:15 version 1.30, 2009/02/21 21:00:06
Line 421  const struct mdoc_meta *mdoc_meta(struct mdoc *);
Line 421  const struct mdoc_meta *mdoc_meta(struct mdoc *);
 /* Signal end of parse sequence (boolean retval). */  /* Signal end of parse sequence (boolean retval). */
 int               mdoc_endparse(struct mdoc *);  int               mdoc_endparse(struct mdoc *);
   
   const char       *mdoc_arch2a(enum mdoc_arch);
   
   const char       *mdoc_vol2a(enum mdoc_vol);
   
   const char       *mdoc_msec2a(enum mdoc_msec);
   
   int               mdoc_isdelim(const char *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MDOC_H*/  #endif /*!MDOC_H*/

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb