#ifndef _NZG_IDS #define _NZG_IDS 1 #include "libnazgul.h" #include "nzg_ids.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