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

Diff for /mandoc/roff.h between version 1.35 and 1.36

version 1.35, 2015/10/17 00:21:07 version 1.36, 2015/11/07 14:01:16
Line 161  struct roff_man {
Line 161  struct roff_man {
         enum roff_next    next;    /* Where to put the next node. */          enum roff_next    next;    /* Where to put the next node. */
 };  };
   
 __BEGIN_DECLS  
   
 void             deroff(char **, const struct roff_node *);  void             deroff(char **, const struct roff_node *);
   
 __END_DECLS  

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb