=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- src/usr.bin/cvs/cvs.h 2008/06/08 20:08:43 1.166 +++ src/usr.bin/cvs/cvs.h 2008/06/10 01:00:34 1.167 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.h,v 1.166 2008/06/08 20:08:43 tobias Exp $ */ +/* $OpenBSD: cvs.h,v 1.167 2008/06/10 01:00:34 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -34,6 +34,7 @@ #include "log.h" #include "worklist.h" #include "repository.h" +#include "trigger.h" #include "util.h" #include "xmalloc.h" @@ -391,9 +392,10 @@ struct cvsroot *cvsroot_get(const char *); /* logmsg.c */ -char * cvs_logmsg_read(const char *path); -char * cvs_logmsg_create(char *, struct cvs_flisthead *, - struct cvs_flisthead *, struct cvs_flisthead *); +char *cvs_logmsg_read(const char *); +char *cvs_logmsg_create(char *, struct cvs_flisthead *, + struct cvs_flisthead *, struct cvs_flisthead *); +int cvs_logmsg_verify(char *); /* misc stuff */ void cvs_update_local(struct cvs_file *);