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

Diff for /src/usr.bin/mandoc/Attic/libroff.h between version 1.16 and 1.17

version 1.16, 2015/01/30 04:08:37 version 1.17, 2015/11/07 13:57:55
Line 60 
Line 60 
         size_t            valsz;          size_t            valsz;
 };  };
   
 __BEGIN_DECLS  
   
 struct tbl_node *tbl_alloc(int, int, struct mparse *);  struct tbl_node *tbl_alloc(int, int, struct mparse *);
 void             tbl_restart(int, int, struct tbl_node *);  void             tbl_restart(int, int, struct tbl_node *);
Line 78 
Line 77 
 void             eqn_free(struct eqn_node *);  void             eqn_free(struct eqn_node *);
 enum rofferr     eqn_read(struct eqn_node **, int,  enum rofferr     eqn_read(struct eqn_node **, int,
                         const char *, int, int *);                          const char *, int, int *);
   
 __END_DECLS  

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17