summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
committerDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
commitcbea22cd669eab29773674cb6c258ca80d45b878 (patch)
tree40de026548d19b0709ce46225b50f994f9481c07 /ingen
parent762435ea92bbeed0b36afc5fa4303540f3e72ba1 (diff)
downloadingen-cbea22cd669eab29773674cb6c258ca80d45b878.tar.gz
ingen-cbea22cd669eab29773674cb6c258ca80d45b878.tar.bz2
ingen-cbea22cd669eab29773674cb6c258ca80d45b878.zip
Fix a ton of warnings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4648 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-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