Remove extern "C" from internal headers
[lttng-tools.git] / src / common / shm.h
index 530507c35ae8ed8c839638501776f5749753f124..d714506b85b2f4a472a8186fad47c621126ed6ca 100644 (file)
@@ -9,16 +9,8 @@
 #ifndef _LTT_SHM_H
 #define _LTT_SHM_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 char *shm_ust_get_mmap(char *shm_path, int global);
 
 int shm_create_anonymous(const char *owner_name);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _LTT_SHM_H */
This page took 0.022859 seconds and 4 git commands to generate.