8 lines
116 B
C
8 lines
116 B
C
#ifndef __AF_SERVER_H__
|
|
#define __AF_SERVER_H__
|
|
|
|
/* net.c */
|
|
void net_start(int port);
|
|
void net_loop(void);
|
|
|
|
#endif
|