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

Diff for /mandoc/Attic/mmain.h between version 1.2 and 1.3

version 1.2, 2009/02/23 07:09:13 version 1.3, 2009/02/23 12:45:19
Line 28 
Line 28 
   
 #include "mdoc.h"  #include "mdoc.h"
   
   #ifdef __linux__
   #define __dead /* Nothing */
   #endif
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  mmain;  struct  mmain;
   
 struct  mmain           *mmain_alloc(void);  struct  mmain           *mmain_alloc(void);
   #ifdef __linux__
   void                     mmain_exit(struct mmain *, int)
                                   __attribute__((__noreturn__));
   #else
 __dead void              mmain_exit(struct mmain *, int);  __dead void              mmain_exit(struct mmain *, int);
   #endif
 int                      mmain_getopt(struct mmain *, int, char *[],  int                      mmain_getopt(struct mmain *, int, char *[],
                                 const char *, const char *, void *,                                  const char *, const char *, void *,
                                 int (*)(void *, int, const char *));                                  int (*)(void *, int, const char *));

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

CVSweb