mars/sy_old/mars_proc.h

17 lines
324 B
C
Raw Normal View History

2011-03-02 16:20:36 +00:00
// (c) 2010 Thomas Schoebel-Theuer / 1&1 Internet AG
#ifndef MARS_PROC_H
#define MARS_PROC_H
typedef char * (*mars_info_fn)(void);
extern mars_info_fn mars_info;
2011-08-25 10:16:32 +00:00
/////////////////////////////////////////////////////////////////////////
// init
extern int init_mars_proc(void);
extern void exit_mars_proc(void);
2011-03-02 16:20:36 +00:00
#endif