13 lines
212 B
C
13 lines
212 B
C
#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 |