summaryrefslogtreecommitdiff
path: root/comms/yaps/files/patch-pager.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/yaps/files/patch-pager.h')
-rw-r--r--comms/yaps/files/patch-pager.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/yaps/files/patch-pager.h b/comms/yaps/files/patch-pager.h
new file mode 100644
index 000000000000..41dcd8df3ed8
--- /dev/null
+++ b/comms/yaps/files/patch-pager.h
@@ -0,0 +1,11 @@
+--- pager.h.orig 1997-06-12 11:59:28 UTC
++++ pager.h
+@@ -67,7 +67,7 @@ typedef struct {
+ /*{{{ utility */
+ extern char *skip (char *str);
+ extern char *skipch (char *str, char ch);
+-extern char *getline (FILE *fp, Bool cont);
++extern char *get_line (FILE *fp, Bool cont);
+ extern int verbose_out (char *, ...);
+ /*}}}*/
+ /*{{{ string handling */