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

Diff for /src/usr.bin/sudo/Attic/logging.h between version 1.2 and 1.3

version 1.2, 2004/09/28 15:10:51 version 1.3, 2007/07/26 16:10:16
Line 46 
Line 46 
 #endif  #endif
   
 void log_auth                   __P((int, int));  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));  RETSIGTYPE reapchild            __P((int));
   
 #endif /* _LOGGING_H */  #endif /* _LOGGING_H */

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