=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/util.h,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/patch/util.h 2014/12/13 10:31:07 1.16 --- src/usr.bin/patch/util.h 2015/07/26 14:32:19 1.17 *************** *** 1,4 **** ! /* $OpenBSD: util.h,v 1.16 2014/12/13 10:31:07 tobias Exp $ */ /* * patch - a program to apply diffs to original files --- 1,4 ---- ! /* $OpenBSD: util.h,v 1.17 2015/07/26 14:32:19 millert 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 ----