libosmocore  0.6.3
Osmocom core library
plugin.h
1 #ifndef _OSMO_PLUGIN_H
2 #define _OSMO_PLUGIN_H
3 
4 int osmo_plugin_load_all(const char *directory);
5 
6 #endif