Subversion Repositories Tewi

Rev

Rev 8 | Rev 16 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | 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