libosmocore/include/osmocore/plugin.h

7 lines
99 B
C

#ifndef _OSMO_PLUGIN_H
#define _OSMO_PLUGIN_H
int plugin_load_all(const char *directory);
#endif