summaryrefslogtreecommitdiffstats
path: root/ingen/Module.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Module.hpp')
-rw-r--r--ingen/Module.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/ingen/Module.hpp b/ingen/Module.hpp
index 3decc185..cb3d90b2 100644
--- a/ingen/Module.hpp
+++ b/ingen/Module.hpp
@@ -50,4 +50,11 @@ private:
} // namespace Ingen
+extern "C" {
+
+/** Prototype for the ingen_module_load() entry point in an ingen module. */
+Ingen::Module* ingen_module_load();
+
+}
+
#endif // INGEN_MODULE_HPP