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);
|
2019-09-17 14:44:44 +02:00
|
|
|
int msgPoolDataIdIntern(msgPoolDataTabId dest, const msgSpaceId src);
|
2004-02-21 13:17:47 +00:00
|
|
|
int msgSpacePoolId2nzgPoolId(msgPoolId dest, msgPoolId src, int num);
|
2004-02-21 12:59:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif
|