summaryrefslogtreecommitdiffstats
path: root/include/osmocore/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocore/plugin.h')
-rw-r--r--include/osmocore/plugin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocore/plugin.h b/include/osmocore/plugin.h
deleted file mode 100644
index 98f9b56d..00000000
--- a/include/osmocore/plugin.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _OSMO_PLUGIN_H
-#define _OSMO_PLUGIN_H
-
-int plugin_load_all(const char *directory);
-
-#endif