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

Diff for /mandoc/Attic/libroff.h between version 1.31 and 1.33

version 1.31, 2014/10/25 14:35:37 version 1.33, 2014/12/01 08:05:52
Line 15 
Line 15 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef LIBROFF_H  
 #define LIBROFF_H  
   
 __BEGIN_DECLS  
   
 enum    tbl_part {  enum    tbl_part {
         TBL_PART_OPTS, /* in options (first line) */          TBL_PART_OPTS, /* in options (first line) */
         TBL_PART_LAYOUT, /* describing layout */          TBL_PART_LAYOUT, /* describing layout */
Line 66  struct eqn_def {
Line 62  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 *);
 void             tbl_free(struct tbl_node *);  void             tbl_free(struct tbl_node *);
Line 84  enum rofferr  eqn_read(struct eqn_node **, int,
Line 82  enum rofferr  eqn_read(struct eqn_node **, int,
                         const char *, int, int *);                          const char *, int, int *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*LIBROFF_H*/  

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.33

CVSweb