16 lines
450 B
C
16 lines
450 B
C
#ifndef _NZG_IDS
|
|
#define _NZG_IDS 1
|
|
|
|
#include "libnazgul.h"
|
|
|
|
/* nzg_ids.c */
|
|
int msgSpaceIdIntern(msgSpaceId dest, const msgSpaceId src);
|
|
int msgPoolSemIdIntern(msgPoolSemId destSemId, const msgSpaceId srcPoolId, int poolIdx);
|
|
int msgPoolDataIdIntern(msgPoolDataTabId dest, const msgSpaceId src);
|
|
int msgPoolIdIntern(msgPoolId dest,msgPoolId src, int num);
|
|
int msgQueueSemIdIntern(
|
|
msgQueueSemId dest,
|
|
msgSpaceId externId,
|
|
int queueIdx);
|
|
|
|
#endif
|