summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index d7dfaec..7963e86 100644
--- a/proto.h
+++ b/proto.h
@@ -4,8 +4,6 @@
extern void enterprocedure (char *s);
extern void warn (char *s);
extern void panic (char *s);
-extern void *Malloc (long n);
-extern void Free (void *p);
extern void SetSignalHandling (void);
extern void SetUpConnectionSocket (int iport, void (*connectionFunc) (int));