summaryrefslogtreecommitdiff
path: root/misc/src/common/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/src/common/core.h')
-rw-r--r--misc/src/common/core.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/src/common/core.h b/misc/src/common/core.h
deleted file mode 100644
index bc2be02..0000000
--- a/misc/src/common/core.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// original : core.h 2003/03/14 11:55:25 Rev 1.4
-
-#ifndef _CORE_H_
-#define _CORE_H_
-
-extern int runflag;
-
-int do_init(int,char**);
-
-void set_termfunc(void (*termfunc)(void));
-
-#endif // _CORE_H_