[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.1 and 1.2

version 1.1, 2004/07/13 22:02:40 version 1.2, 2004/07/27 16:19:41
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*  /*
  * Copyright (c) 2004 Jean-Francois Brousseau <jfb@fugusec.net>   * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 67 
Line 67 
 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 *, ...);
 int   cvs_vlog        (u_int, const char *, va_list);  int   cvs_vlog        (u_int, const char *, va_list);
   int   cvs_printf      (const char *, ...);
   
 #endif /* LOG_H */  #endif /* LOG_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2