Files
chat_rebot-connect-with-one…/c/network/swap.h
2026-02-09 09:32:42 +08:00

13 lines
212 B
C
Executable File

#ifndef SWAP
#define SWAP
#include "config.h"
#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