diff options
Diffstat (limited to 'usr.bin/patch/inp.h')
-rw-r--r-- | usr.bin/patch/inp.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h index 81670d852ea..fc453297cbd 100644 --- a/usr.bin/patch/inp.h +++ b/usr.bin/patch/inp.h @@ -1,11 +1,10 @@ -/* $OpenBSD: inp.h,v 1.5 2003/07/21 14:32:21 deraadt Exp $ */ +/* $OpenBSD: inp.h,v 1.6 2003/07/22 17:18:49 otto Exp $ */ EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ /* irretractibly output */ -bool rev_in_string(char *); + +void re_input(void); void scan_input(char *); -bool plan_a(char *); /* returns false if insufficient memory */ -void plan_b(char *); char *ifetch(LINENUM, int); |