aboutsummaryrefslogtreecommitdiff
path: root/korean/hpscat/files/patch-hpscat.h
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hpscat/files/patch-hpscat.h')
-rw-r--r--korean/hpscat/files/patch-hpscat.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/korean/hpscat/files/patch-hpscat.h b/korean/hpscat/files/patch-hpscat.h
index 0ce84cff1334..3b4143868185 100644
--- a/korean/hpscat/files/patch-hpscat.h
+++ b/korean/hpscat/files/patch-hpscat.h
@@ -1,5 +1,5 @@
---- hpscat.h.orig 1995-11-23 05:16:11.000000000 -0500
-+++ hpscat.h 2013-06-12 18:37:53.000000000 -0400
+--- hpscat.h.orig 1995-11-23 10:16:11 UTC
++++ hpscat.h
@@ -49,9 +49,11 @@
\*------------------------------*/
@@ -13,10 +13,11 @@
#ifdef __GNUC__
# define PROT(x) x
-@@ -186,4 +188,12 @@
+@@ -185,5 +187,13 @@ extern bool cheat; /* true if cheating */
+ extern bool narrow; /* false if normal courier is used */
extern FILE *fp; /* file pointer to input file */
extern FILE *ofp; /* file pointer to output file */
-
++
+void endfile(void);
+void fatal(char *);
+int fillpagebuf(void);
@@ -24,5 +25,5 @@
+int find_l(int, int, int);
+int find_m(int, int, int);
+int find_set(int);
-+
+
/*** EOF ***/