blob: bc2be02c210e2d542d9cbfdd588bcfe64e8945c2 (
plain) (
tree)
|
|
// 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_
|