diff options
author | Pablo Neira Ayuso <pablo@gnumonks.org> | 2011-05-07 12:50:08 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@gnumonks.org> | 2011-05-07 13:00:52 +0200 |
commit | 2c34867fc3250186474c1f1c3a20c2a01285e974 (patch) | |
tree | f4864d8af5eb80aa762bb5e31c0c93fdf67b1a47 /include/osmocom | |
parent | 619b8b3292d30452523705fbddf269defe81ca39 (diff) |
plugin: use namespace prefix osmo_*
Summary of changes:
s/plugin_load_all/osmo_plugin_load_all/g
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |