=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/log.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/cvs/log.h 2004/07/13 22:02:40 1.1 +++ src/usr.bin/cvs/log.h 2004/07/27 16:19:41 1.2 @@ -1,6 +1,6 @@ -/* $OpenBSD: log.h,v 1.1 2004/07/13 22:02:40 jfb Exp $ */ +/* $OpenBSD: log.h,v 1.2 2004/07/27 16:19:41 jfb Exp $ */ /* - * Copyright (c) 2004 Jean-Francois Brousseau + * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -67,5 +67,6 @@ int cvs_log_filter (u_int, u_int); int cvs_log (u_int, const char *, ...); int cvs_vlog (u_int, const char *, va_list); +int cvs_printf (const char *, ...); #endif /* LOG_H */