=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.146 retrieving revision 1.147 diff -c -r1.146 -r1.147 *** src/usr.bin/cvs/cvs.h 2007/09/22 16:01:22 1.146 --- src/usr.bin/cvs/cvs.h 2007/09/23 11:19:24 1.147 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.146 2007/09/22 16:01:22 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.147 2007/09/23 11:19:24 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 378,384 **** void cvs_update_local(struct cvs_file *); void cvs_update_enterdir(struct cvs_file *); void cvs_update_leavedir(struct cvs_file *); ! void cvs_checkout_file(struct cvs_file *, RCSNUM *, int); int update_has_conflict_markers(struct cvs_file *); #define CO_MERGE 0x01 --- 378,384 ---- void cvs_update_local(struct cvs_file *); void cvs_update_enterdir(struct cvs_file *); void cvs_update_leavedir(struct cvs_file *); ! void cvs_checkout_file(struct cvs_file *, RCSNUM *, char *, int); int update_has_conflict_markers(struct cvs_file *); #define CO_MERGE 0x01