summaryrefslogtreecommitdiff
path: root/c/test.c
blob: 3a107113bb5396bd11197073dd57498dd1ced2fe (plain)
1
2
3
4
5
6
7
8
9
10
#include "plugin.c"
#include "plugin-debug.c"

int main()
{
	struct plugin_tree *plugins=load_plugins("plugins","plugin.conf");
	print_plugins(plugins->plugins);
	return 0;
}