56688ed
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef EVENT_EXEC #define EVENT_EXEC #include <stdio.h> #include <string.h> #include <stdlib.h> #include <curl/curl.h> #include <pthread.h> int event_exec(const char *fname, const char *name, const char *arg); #endif