aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
blob: 7566fac5b519319b9dd78d3402c910596cd7a79e (plain)
1
2
3
4
5
6
7
#include <event-parse.h>

int main ()
{
	tep_load_plugins(NULL);
	return 0;
}