Subversion Repositories Tewi

Rev

Rev 8 | Rev 16 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 nishi 1
/* $Id: tw_server.h 9 2024-09-13 11:28:43Z nishi $ */
2
 
3
#ifndef __TW_SERVER_H__
4
#define __TW_SERVER_H__
5
 
6
int tw_server_init(void);
9 nishi 7
void tw_server_loop(void);
8 nishi 8
 
9
#endif