[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.16 and 1.17

version 1.16, 2006/02/01 16:28:20 version 1.17, 2006/03/15 21:34:59
Line 62 
Line 62 
 int     cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));  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 *, ...) __attribute__((format(printf, 1, 2)));  int     cvs_printf(const char *, ...) __attribute__((format(printf, 1, 2)));
 void    cvs_putchar(int);  
 void    fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));  void    fatal(const char *, ...) __dead __attribute__((format(printf, 1,2)));
   
 #endif  /* LOG_H */  #endif  /* LOG_H */

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