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

Diff for /mandoc/Attic/man_action.c between version 1.2 and 1.3

version 1.2, 2009/03/25 16:07:36 version 1.3, 2009/03/25 16:08:30
Line 27 
Line 27 
   
 #include "libman.h"  #include "libman.h"
   
   #ifdef __linux__
   extern  char            *strptime(const char *, const char *, struct tm *);
   #endif
   
 struct  actions {  struct  actions {
         int     (*post)(struct man *);          int     (*post)(struct man *);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb