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

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

version 1.5, 2009/10/18 19:02: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 52  struct roffsu {
Line 54  struct roffsu {
   
 int               a2roffsu(const char *,  int               a2roffsu(const char *,
                         struct roffsu *, enum roffscale);                          struct roffsu *, enum roffscale);
   void              time2a(time_t, char *, size_t);
   
 __END_DECLS  __END_DECLS
   

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

CVSweb