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

Diff for /mandoc/mdoc.h between version 1.23 and 1.24

version 1.23, 2009/01/16 12:23:25 version 1.24, 2009/01/17 14:04:25
Line 420  const struct mdoc_node *mdoc_result(struct mdoc *);
Line 420  const struct mdoc_node *mdoc_result(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 *);
   
 /* Node type to static string. */  
 char             *mdoc_type2a(enum mdoc_type);  
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MDOC_H*/  #endif /*!MDOC_H*/

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb