shm: Add C++ protection

Add c++ protection in the relevant places
This commit is contained in:
Olivier Crête 2010-10-08 17:01:29 -04:00
parent 29b4085096
commit b7143de618

View file

@ -46,6 +46,10 @@
#endif
#ifdef __cplusplus
extern "C" {
#endif
typedef struct _ShmAllocSpace ShmAllocSpace;
typedef struct _ShmAllocBlock ShmAllocBlock;