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

Diff for /mandoc/out.h between version 1.4 and 1.6

version 1.4, 2009/10/09 06:54:11 version 1.6, 2009/10/22 18:55:33
Line 17 
Line 17 
 #ifndef OUT_H  #ifndef OUT_H
 #define OUT_H  #define OUT_H
   
   #define DATESIZ         24
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 enum    roffscale {  enum    roffscale {
Line 50  struct roffsu {
Line 52  struct roffsu {
              (p)->scale = (v); \               (p)->scale = (v); \
              (p)->pt = 0; } while (/*CONSTCOND*/0)               (p)->pt = 0; } while (/*CONSTCOND*/0)
   
 int               a2roffsu(const char *, struct roffsu *);  int               a2roffsu(const char *,
                           struct roffsu *, enum roffscale);
   void              time2a(time_t, char *, size_t);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

CVSweb