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

Diff for /src/usr.bin/cvs/log.h between version 1.17 and 1.18

version 1.17, 2006/03/15 21:34:59 version 1.18, 2006/04/20 12:13:19
Line 59 
Line 59 
 void    cvs_log_init(u_int, u_int);  void    cvs_log_init(u_int, u_int);
 void    cvs_log_cleanup(void);  void    cvs_log_cleanup(void);
 int     cvs_log_filter(u_int, u_int);  int     cvs_log_filter(u_int, u_int);
 int     cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));  void    cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));
 int     cvs_vlog(u_int, const char *, va_list);  void    cvs_vlog(u_int, const char *, va_list);
 int     cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2)));  int     cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2)));
 void    fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));  void    fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18