l3.libnazgul/src/nzg_ids.h

15 lines
387 B
C
Raw Normal View History

2004-02-21 12:59:43 +00:00
#ifndef _NZG_IDS
#define _NZG_IDS 1
#include "libnazgul.h"
#include "nzg_ids.h"
/* nzg_ids.c */
int msgSpaceIdIntern(msgSpaceId dest, const msgSpaceId src);
2004-02-21 16:12:22 +00:00
int msgPoolSemIdIntern(msgPoolSemId destSemId, const msgSpaceId srcPoolId, int poolIdx);
int msgPoolDataIdIntern(msgPoolDataTabId dest, const msgSpaceId src);
2004-02-21 21:07:40 +00:00
int msgPoolIdIntern(msgPoolId dest,msgPoolId src, int num);
2004-02-21 12:59:43 +00:00
#endif