[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.15 and 1.16

version 1.15, 2006/01/02 17:06:10 version 1.16, 2006/02/01 16:28:20
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 *, ...);  int     cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));
 int     cvs_vlog(u_int, const char *, va_list);  int     cvs_vlog(u_int, const char *, va_list);
 int     cvs_printf(const char *, ...);  int     cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2)));
 void    cvs_putchar(int);  void    cvs_putchar(int);
 void    fatal(const char *, ...);  void    fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));
   
 #endif  /* LOG_H */  #endif  /* LOG_H */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16