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

Diff for /mandoc/Attic/libroff.h between version 1.38 and 1.39

version 1.38, 2015/01/30 04:11:50 version 1.39, 2015/11/07 14:01:16
Line 60  struct eqn_def {
Line 60  struct eqn_def {
         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  enum rofferr  eqn_end(struct eqn_node **);
Line 77  enum rofferr  eqn_end(struct eqn_node **);
 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.38  
changed lines
  Added in v.1.39

CVSweb