mokou/Mokou/mk_server.h
Nishi 818fd9fc92 send packet
git-svn-id: file:///raid/svn-personal/mokou/trunk@7 35d6bad2-6c5c-c749-ada2-a2c82cb3bd79
2024-09-07 09:14:35 +00:00

10 lines
122 B
C

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