Add support for plugins (and specifically GPRS encryption plugins)
[osmocom-bb.git] / include / osmocore / plugin.h
1 #ifndef _OSMO_PLUGIN_H
2 #define _OSMO_PLUGIN_H
3
4 int plugin_load_all(const char *directory);
5
6 #endif