=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/logging.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/sudo/Attic/logging.h 2004/09/28 15:10:51 1.2 +++ src/usr.bin/sudo/Attic/logging.h 2007/07/26 16:10:16 1.3 @@ -46,7 +46,8 @@ #endif void log_auth __P((int, int)); -void log_error __P((int flags, const char *fmt, ...)); +void log_error __P((int flags, const char *fmt, ...)) + __printflike(2, 3); RETSIGTYPE reapchild __P((int)); #endif /* _LOGGING_H */