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

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

version 1.12, 2020/04/02 22:12:55 version 1.13, 2020/04/07 22:56:02
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

CVSweb