/* $Id$ */ #ifndef __MK_SERVER_H__ #define __MK_SERVER_H__ int mk_server_init(void); void mk_server_loop(void); #endif