aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/plugin.h
blob: 6c0eccc6525122a72c8ffc55b29fb78c92fdf07f (plain)
1
2
3
4
5
6
#ifndef _OSMO_PLUGIN_H
#define _OSMO_PLUGIN_H

int osmo_plugin_load_all(const char *directory);

#endif