=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.h,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/patch/pch.h 2019/12/02 22:17:32 1.11 --- src/usr.bin/patch/pch.h 2019/12/09 12:08:42 1.12 *************** *** 1,10 **** void next_intuit_at(off_t, LINENUM); LINENUM strtolinenum(char *, char **); extern FILE *pfp; extern LINENUM p_input_line; int pgetline(char **, size_t *, FILE *); - /* $OpenBSD: pch.h,v 1.11 2019/12/02 22:17:32 jca Exp $ */ /* * patch - a program to apply diffs to original files --- 1,11 ---- + /* $OpenBSD: pch.h,v 1.12 2019/12/09 12:08:42 jca Exp $ */ + void next_intuit_at(off_t, LINENUM); LINENUM strtolinenum(char *, char **); extern FILE *pfp; extern LINENUM p_input_line; int pgetline(char **, size_t *, FILE *); /* * patch - a program to apply diffs to original files