diff options
Diffstat (limited to 'judge/event_exec.h')
-rw-r--r-- | judge/event_exec.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/judge/event_exec.h b/judge/event_exec.h new file mode 100644 index 0000000..aec1acb --- /dev/null +++ b/judge/event_exec.h @@ -0,0 +1,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 |