13 lines
302 B
C
13 lines
302 B
C
#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 msgPoolDataIdIntern(msgSpaceId dest, const msgSpaceId src);
|
|
int msgSpacePoolId2nzgPoolId(msgPoolId dest, msgPoolId src, int num);
|
|
|
|
|
|
#endif
|