[BACK]Return to err.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/err.h between version 1.4 and 1.5

version 1.4, 2000/12/06 17:18:42 version 1.5, 2001/07/19 14:08:33
Line 68 
Line 68 
 void            vwarnx __P((const char *, _BSD_VA_LIST_))  void            vwarnx __P((const char *, _BSD_VA_LIST_))
                         __attribute__((__format__ (printf, 1, 0)));                          __attribute__((__format__ (printf, 1, 0)));
   
 #ifdef __indr_reference  
 /*  /*
  * The _* versios are for use in library functions so user-defined   * The _* versios are for use in library functions so user-defined
  * versions of err*,warn* do not get used.   * versions of err*,warn* do not get used.
Line 89 
Line 88 
                         __attribute__((__format__ (printf, 1, 2)));                          __attribute__((__format__ (printf, 1, 2)));
 void            _vwarnx __P((const char *, _BSD_VA_LIST_))  void            _vwarnx __P((const char *, _BSD_VA_LIST_))
                         __attribute__((__format__ (printf, 1, 0)));                          __attribute__((__format__ (printf, 1, 0)));
 #endif  
   
 __END_DECLS  __END_DECLS
   

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