blob: 98f9b56dbd0931860986a95d5b727dde41052354 [file] [log] [blame]
Harald Welteb9ce51c2010-06-30 19:43:11 +02001#ifndef _OSMO_PLUGIN_H
2#define _OSMO_PLUGIN_H
3
4int plugin_load_all(const char *directory);
5
6#endif