=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/pch.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/patch/pch.h 2003/07/22 17:18:49 1.6 +++ src/usr.bin/patch/pch.h 2003/07/28 18:35:36 1.7 @@ -1,9 +1,7 @@ -/* $OpenBSD: pch.h,v 1.6 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: pch.h,v 1.7 2003/07/28 18:35:36 otto Exp $ */ -EXT FILE *pfp INIT(NULL); /* patch file pointer */ - void re_patch(void); -void open_patch_file(char *); +void open_patch_file(const char *); void set_hunkmax(void); bool there_is_another_patch(void); bool another_hunk(void);