Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/korean/hpscat/files/patch-hpscat.h
16461 views
1
--- hpscat.h.orig 1995-11-23 10:16:11 UTC
2
+++ hpscat.h
3
@@ -49,9 +49,11 @@
4
\*------------------------------*/
5
6
#include <stdio.h>
7
-#include <malloc.h>
8
+#include <stdlib.h>
9
#include <string.h>
10
+#include <unistd.h>
11
#include <sys/time.h>
12
+#include <sys/wait.h>
13
14
#ifdef __GNUC__
15
# define PROT(x) x
16
@@ -185,5 +187,13 @@ extern bool cheat; /* true if cheating */
17
extern bool narrow; /* false if normal courier is used */
18
extern FILE *fp; /* file pointer to input file */
19
extern FILE *ofp; /* file pointer to output file */
20
+
21
+void endfile(void);
22
+void fatal(char *);
23
+int fillpagebuf(void);
24
+int find_f(int, int, int);
25
+int find_l(int, int, int);
26
+int find_m(int, int, int);
27
+int find_set(int);
28
29
/*** EOF ***/
30
31