things
This commit is contained in:
parent
65c2ac8212
commit
8e82909923
9 changed files with 180 additions and 19 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#ifndef __AF_SERVER_H__
|
||||
#define __AF_SERVER_H__
|
||||
|
||||
/* net.c */
|
||||
void net_start(int port);
|
||||
void net_loop(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue