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

Diff for /mandoc/term_tag.h between version 1.2 and 1.3

version 1.2, 2020/04/02 22:12:55 version 1.3, 2020/07/21 15:10:01
Line 19 
Line 19 
  */   */
   
 struct  tag_files {  struct  tag_files {
         char     ofn[20];       /* Output file name. */          char     ofn[80];       /* Output file name. */
         char     tfn[20];       /* Tag file name. */          char     tfn[80];       /* Tag file name. */
         FILE    *tfs;           /* Tag file object. */          FILE    *tfs;           /* Tag file object. */
         int      ofd;           /* Original output file descriptor. */          int      ofd;           /* Original output file descriptor. */
         pid_t    tcpgid;        /* Process group controlling the terminal. */          pid_t    tcpgid;        /* Process group controlling the terminal. */
Line 28  struct tag_files {
Line 28  struct tag_files {
 };  };
   
   
 struct tag_files        *term_tag_init(void);  struct tag_files        *term_tag_init(const char *, const char *);
 void                     term_tag_write(struct roff_node *, size_t);  void                     term_tag_write(struct roff_node *, size_t);
 int                      term_tag_close(void);  int                      term_tag_close(void);
 void                     term_tag_unlink(void);  void                     term_tag_unlink(void);

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

CVSweb