From 350275844581210f92bf111d3b79095aea6348f3 Mon Sep 17 00:00:00 2001 From: rivka_zan Date: Mon, 23 Feb 2004 22:19:51 +0000 Subject: [PATCH] *ajout dun prototype pour la list --- src/proto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/proto.h b/src/proto.h index 058ea4f..7f3202d 100644 --- a/src/proto.h +++ b/src/proto.h @@ -29,6 +29,9 @@ int msgBufferInfoTabIdIntern(msgBufferInfoTabId dest, msgSpaceId src, int num); int msgQueueSemIdIntern(msgQueueSemId dest, msgSpaceId externId, int queueIdx); int msgQueueIdIntern(msgQueueId dest, msgSpaceId externId, int queueIdx); int msgQueueElemIdIntern(msgQueueElemId dest, msgQueueId src, int counter); + +int spaceListElemIdIntern(msgSpaceListElemId desc,msgSpaceId src); + /* list.c */ /* poolCreate.c */ int msgPoolCreate(msgSpaceId externId, int poolIdx, int buffNb, int buffSize);