=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.125 retrieving revision 1.126 diff -c -r1.125 -r1.126 *** src/usr.bin/cvs/cvs.h 2007/01/03 20:48:26 1.125 --- src/usr.bin/cvs/cvs.h 2007/01/07 02:39:24 1.126 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.125 2007/01/03 20:48:26 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.126 2007/01/07 02:39:24 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 351,356 **** --- 351,361 ---- struct cvsroot *cvsroot_parse(const char *); struct cvsroot *cvsroot_get(const char *); void cvsroot_remove(struct cvsroot *); + + /* logmsg.c */ + char * cvs_logmsg_read(const char *path); + char * cvs_logmsg_create(struct cvs_flisthead *, struct cvs_flisthead *, + struct cvs_flisthead *); /* misc stuff */ void cvs_update_local(struct cvs_file *);