From 97bb21a79949779df76269b087f3bce7ef8179ee Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Wed, 2 Apr 2008 15:09:18 +0000 Subject: initial checkin --- src/common/core.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/common/core.h (limited to 'src/common/core.h') diff --git a/src/common/core.h b/src/common/core.h new file mode 100644 index 0000000..bc2be02 --- /dev/null +++ b/src/common/core.h @@ -0,0 +1,12 @@ +// 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_ -- cgit v1.2.3-60-g2f50