Subversion Repositories Mokou

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 nishi 1
/* $Id: mk_server.h 7 2024-09-07 09:14:35Z nishi $ */
2
 
3
#ifndef __MK_SERVER_H__
4
#define __MK_SERVER_H__
5
 
7 nishi 6
int mk_server_init(void);
7
void mk_server_loop(void);
5 nishi 8
 
9
#endif