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

Diff for /mandoc/out.h between version 1.23 and 1.24

version 1.23, 2014/08/12 19:28:03 version 1.24, 2014/10/14 02:16:06
Line 34  enum roffscale {
Line 34  enum roffscale {
 struct  roffcol {  struct  roffcol {
         size_t           width; /* width of cell */          size_t           width; /* width of cell */
         size_t           decimal; /* decimal position in cell */          size_t           decimal; /* decimal position in cell */
           int              flags; /* layout flags, see tbl_cell */
 };  };
   
 struct  roffsu {  struct  roffsu {
Line 64  __BEGIN_DECLS
Line 65  __BEGIN_DECLS
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
 int               a2roffsu(const char *, struct roffsu *, enum roffscale);  int               a2roffsu(const char *, struct roffsu *, enum roffscale);
 void              tblcalc(struct rofftbl *tbl, const struct tbl_span *);  void              tblcalc(struct rofftbl *tbl,
                           const struct tbl_span *, size_t);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb