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

Diff for /src/usr.bin/mandoc/roff.h between version 1.15 and 1.16

version 1.15, 2015/04/19 13:59:37 version 1.16, 2015/04/23 16:17:04
Line 157 
Line 157 
         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.15  
changed lines
  Added in v.1.16