From 2c34867fc3250186474c1f1c3a20c2a01285e974 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 7 May 2011 12:50:08 +0200 Subject: plugin: use namespace prefix osmo_* Summary of changes: s/plugin_load_all/osmo_plugin_load_all/g --- include/osmocom/core/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/core/plugin.h') diff --git a/include/osmocom/core/plugin.h b/include/osmocom/core/plugin.h index 98f9b56d..6c0eccc6 100644 --- a/include/osmocom/core/plugin.h +++ b/include/osmocom/core/plugin.h @@ -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 -- cgit v1.2.3