=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/cvs/util.h 2007/07/03 13:22:43 1.20 --- src/usr.bin/cvs/util.h 2007/09/04 19:07:04 1.21 *************** *** 1,4 **** ! /* $OpenBSD: util.h,v 1.20 2007/07/03 13:22:43 joris Exp $ */ /* * Copyright (c) 2006 Niall O'Higgins * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: util.h,v 1.21 2007/09/04 19:07:04 tobias Exp $ */ /* * Copyright (c) 2006 Niall O'Higgins * All rights reserved. *************** *** 64,72 **** char **argv; }; - BUF *cvs_patchfile(u_char *, size_t, u_char *, - size_t, int (*p)(struct cvs_lines *, - struct cvs_lines *)); struct cvs_lines *cvs_splitlines(u_char *, size_t); void cvs_freelines(struct cvs_lines *); struct cvs_argvector *cvs_strsplit(char *, const char *); --- 64,69 ----