=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/util.h,v retrieving revision 1.15 retrieving revision 1.15.40.1 diff -c -r1.15 -r1.15.40.1 *** src/usr.bin/patch/util.h 2005/06/20 07:14:06 1.15 --- src/usr.bin/patch/util.h 2015/07/27 16:08:18 1.15.40.1 *************** *** 1,4 **** ! /* $OpenBSD: util.h,v 1.15 2005/06/20 07:14:06 otto Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: util.h,v 1.15.40.1 2015/07/27 16:08:18 guenther Exp $ */ /* * patch - a program to apply diffs to original files *************** *** 27,33 **** */ char *fetchname(const char *, bool *, int); - char *checked_in(char *); int backup_file(const char *); int move_file(const char *, const char *); int copy_file(const char *, const char *); --- 27,32 ----