13 lines
366 B
C
13 lines
366 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);
|
|
|
|
|
|
#endif
|