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

Diff for /mandoc/roff.h between version 1.33 and 1.34

version 1.33, 2015/04/19 14:00:20 version 1.34, 2015/04/23 16:17:44
Line 157  struct roff_man {
Line 157  struct roff_man {
         enum roff_sec     lastnamed; /* Last standard section seen. */          enum roff_sec     lastnamed; /* Last standard section seen. */
         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 *);
   
   __END_DECLS

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb