l3.libnazgul/src/nzg_iface.h
2020-03-03 23:46:32 +01:00

19 lines
178 B
C

#include "nzg_global.h"
#define MSGSPACE_DEFAULT_MODE 0600
typedef char * msgSpaceId;
typedef struct MsgPool {
} msgPool;
typedef struct MsgSpace {
} msgSpace;
/* */