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

Diff for /mandoc/tag.h between version 1.1 and 1.2

version 1.1, 2015/07/17 22:38:29 version 1.2, 2015/07/21 03:26:22
Line 17 
Line 17 
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void     tag_init(void);  char    *tag_init(void);
 char    *tag_filename(void);  
 size_t   tag_get(const char *, size_t);  size_t   tag_get(const char *, size_t);
 void     tag_put(const char *, size_t, size_t);  void     tag_put(const char *, size_t, size_t);
 void     tag_write(void);  void     tag_write(void);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb