#ifndef SWAP #define SWAP #include "config.h" #define QUITPLG 0 #define NEWMSG 1 #define SW_FREE 2 int make_swap(rbt_msg *swap); int create_swap(const char *name); int close_swap(int shmid,rbt_msg *swap); #endif