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

Diff for /mandoc/out.h between version 1.29 and 1.31

version 1.29, 2017/06/08 18:11:22 version 1.31, 2017/06/27 18:25:02
Line 33  enum roffscale {
Line 33  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 */
           size_t           spacing; /* spacing after the column */
         int              flags; /* layout flags, see tbl_cell */          int              flags; /* layout flags, see tbl_cell */
 };  };
   
Line 68  struct tbl_span;
Line 69  struct tbl_span;
   
 const char       *a2roffsu(const char *, struct roffsu *, enum roffscale);  const char       *a2roffsu(const char *, struct roffsu *, enum roffscale);
 void              tblcalc(struct rofftbl *tbl,  void              tblcalc(struct rofftbl *tbl,
                         const struct tbl_span *, size_t);                          const struct tbl_span *, size_t, size_t);

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

CVSweb