Merge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1' into pablo/namespace
[osmocom-bb.git] / src / shared / libosmocore / include / osmocom / core / plugin.h
index 98f9b56..6c0eccc 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef _OSMO_PLUGIN_H
 #define _OSMO_PLUGIN_H
 
-int plugin_load_all(const char *directory);
+int osmo_plugin_load_all(const char *directory);
 
 #endif