l3.libnazgul/src/nzg_bufferInfoTabCreate.c

9 lines
129 B
C
Raw Normal View History

2004-02-22 14:26:54 +00:00
int msgBufferInfoTabCreate(
msgSpaceId externId,
int poolIdx,
int buffNb) {
bufferInfoTabInit(poolIdx);
return -1;
}