Files
chat_rebot-connect-with-one…/c/tools/quit/quit.h
2025-09-28 14:26:09 +08:00

9 lines
122 B
C

#ifndef QUIT
#define QUIT
#include "network/network.h"
void *quitall(void *self_p);
int server_quit(netm *self);
#endif