Rev 8 | Rev 16 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
/* $Id: tw_server.h 9 2024-09-13 11:28:43Z nishi $ */
#ifndef __TW_SERVER_H__
#define __TW_SERVER_H__
int tw_server_init(void);
void tw_server_loop(void);
#endif