blob: bc2be02c210e2d542d9cbfdd588bcfe64e8945c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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_
|