[BACK]Return to out.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/out.h between version 1.1 and 1.2

version 1.1, 2009/10/21 19:13:51 version 1.2, 2009/10/27 21:40:07
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 
Line 54 
   
 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.1  
changed lines
  Added in v.1.2