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

Diff for /src/usr.bin/mandoc/tag.h between version 1.12 and 1.13

version 1.12, 2020/04/02 22:10:27 version 1.13, 2020/04/07 22:45:37
Line 31 
Line 31 
 void             tag_alloc(void);  void             tag_alloc(void);
 int              tag_exists(const char *);  int              tag_exists(const char *);
 void             tag_put(const char *, int, struct roff_node *);  void             tag_put(const char *, int, struct roff_node *);
   void             tag_postprocess(struct roff_node *);
 void             tag_free(void);  void             tag_free(void);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13