Path: blob/main/korean/hpscat/files/patch-hpscat.h
16461 views
--- hpscat.h.orig 1995-11-23 10:16:11 UTC1+++ hpscat.h2@@ -49,9 +49,11 @@3\*------------------------------*/45#include <stdio.h>6-#include <malloc.h>7+#include <stdlib.h>8#include <string.h>9+#include <unistd.h>10#include <sys/time.h>11+#include <sys/wait.h>1213#ifdef __GNUC__14# define PROT(x) x15@@ -185,5 +187,13 @@ extern bool cheat; /* true if cheating */16extern bool narrow; /* false if normal courier is used */17extern FILE *fp; /* file pointer to input file */18extern FILE *ofp; /* file pointer to output file */19+20+void endfile(void);21+void fatal(char *);22+int fillpagebuf(void);23+int find_f(int, int, int);24+int find_l(int, int, int);25+int find_m(int, int, int);26+int find_set(int);2728/*** EOF ***/293031