*ajout dun prototype pour la list
This commit is contained in:
parent
6753d8269a
commit
97b36b686f
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue