This commit is contained in:
Nishi 2025-12-20 12:11:57 +09:00
commit 8e82909923
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 180 additions and 19 deletions

View file

@ -1,4 +1,8 @@
#ifndef __AF_SERVER_H__
#define __AF_SERVER_H__
/* net.c */
void net_start(int port);
void net_loop(void);
#endif