l3.libnazgul/src/nzg_buffer.c

11 lines
208 B
C
Raw Normal View History

2004-02-22 09:59:56 +00:00
#include "libnazgul.h"
#include "nzg_ids.h"
int msgBufferGetFreeIndex(msgSpaceId spaceId,int poolIndex){
return -1;
}
int msgBufferAttachProc(msgSpaceId spaceId,int poolIndex,void * addr){
return -1;
}