=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- src/usr.bin/cvs/cvs.h 2008/05/28 17:12:00 1.165 +++ src/usr.bin/cvs/cvs.h 2008/06/08 20:08:43 1.166 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.165 2008/05/28 17:12:00 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.166 2008/06/08 20:08:43 tobias Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -392,8 +392,8 @@ /* logmsg.c */ char * cvs_logmsg_read(const char *path); -char * cvs_logmsg_create(struct cvs_flisthead *, struct cvs_flisthead *, - struct cvs_flisthead *); +char * cvs_logmsg_create(char *, struct cvs_flisthead *, + struct cvs_flisthead *, struct cvs_flisthead *); /* misc stuff */ void cvs_update_local(struct cvs_file *);