[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.12 and 1.13

version 1.12, 2005/07/27 15:45:44 version 1.13, 2005/12/19 18:21:31
Line 67 
Line 67 
 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 *, ...);
 void    cvs_putchar(int);  void    cvs_putchar(int);
   void    fatal(const char *, ...);
   
 #endif  /* LOG_H */  #endif  /* LOG_H */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13