=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/cvs/cvs.h 2004/11/09 20:49:17 1.30 --- src/usr.bin/cvs/cvs.h 2004/11/18 15:57:39 1.31 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.30 2004/11/09 20:49:17 krapht Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.31 2004/11/18 15:57:39 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 280,288 **** struct cvs_hent* cvs_hist_getnext (CVSHIST *); int cvs_hist_append (CVSHIST *, struct cvs_hent *); /* from util.c */ - #define CVS_DATE_CTIME 0 #define CVS_DATE_RFC822 1 --- 280,291 ---- struct cvs_hent* cvs_hist_getnext (CVSHIST *); int cvs_hist_append (CVSHIST *, struct cvs_hent *); + /* from logmsg.c */ + char* cvs_logmsg_open (const char *); + char* cvs_logmsg_get (const char *); + int cvs_logmsg_send (struct cvsroot *, const char *); /* from util.c */ #define CVS_DATE_CTIME 0 #define CVS_DATE_RFC822 1