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

Diff for /mandoc/out.h between version 1.20 and 1.21

version 1.20, 2011/04/29 22:18:12 version 1.21, 2011/07/17 15:24:25
Line 64  __BEGIN_DECLS
Line 64  __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              time2a(time_t, char *, size_t);  
 void              tblcalc(struct rofftbl *tbl, const struct tbl_span *);  void              tblcalc(struct rofftbl *tbl, const struct tbl_span *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb