Files
chat_rebot-connect-with-one…/c/network/swap.h

7 lines
92 B
C

#ifndef SWAP
#define SWAP
int make_swap(void *);
int create_swap(const char *name);
#endif