* empeché les surdefinition
This commit is contained in:
parent
559049310c
commit
8cf2dcd90c
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#ifndef _LIBNAZGUL
|
#ifndef _LIBNAZGUL
|
||||||
#define _LIBNAZGUL 1
|
#define _LIBNAZGUL 1
|
||||||
|
|
||||||
|
#include "nzg_global.h"
|
||||||
|
#include "nzg_iface.h"
|
||||||
|
#include "nzg_proto.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef _NZG_PROTO
|
||||||
|
#define _NZG_PROTO 1
|
||||||
|
|
||||||
char **msgSpaceIdList(void);
|
char **msgSpaceIdList(void);
|
||||||
|
|
||||||
|
@ -18,3 +20,4 @@ msgSpace *msgSpaceOpen(msgSpaceId spaceId);
|
||||||
void msgSpaceDelete(msgSpaceId spaceId);
|
void msgSpaceDelete(msgSpaceId spaceId);
|
||||||
msgSpaceId msgSp2nzgId(msgSpaceId spaceId);
|
msgSpaceId msgSp2nzgId(msgSpaceId spaceId);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue