summaryrefslogtreecommitdiffstats
path: root/src/libs/module/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/module/module.h')
-rw-r--r--src/libs/module/module.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/libs/module/module.h b/src/libs/module/module.h
index 48bdeedf..4fe0d4cc 100644
--- a/src/libs/module/module.h
+++ b/src/libs/module/module.h
@@ -25,13 +25,8 @@
namespace Ingen {
namespace Shared {
-extern "C" {
-
- World* get_world();
- void destroy_world();
-
-}
-
+World* get_world();
+void destroy_world();
} // namesace Shared
} // namespace Ingen