[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.22 and 1.23

version 1.22, 2007/09/07 23:59:01 version 1.23, 2008/06/10 01:00:34
Line 46 
Line 46 
 void    cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));  void    cvs_log(u_int, const char *, ...) __attribute__((format(printf, 2, 3)));
 void    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)));
   int     cvs_vprintf(const char *, va_list);
 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.22  
changed lines
  Added in v.1.23