Files
chat_rebot-connect-with-one…/c/network/swap.h
2025-11-21 18:02:37 +08:00

12 lines
191 B
C

#ifndef SWAP
#define SWAP
#define QUITPLG 0
#define NEWMSG 1
#define FREE 2
int make_swap(rbt_msg *swap);
int create_swap(const char *name);
int close_swap(int shmid,rbt_msg *swap);
#endif