aboutsummaryrefslogtreecommitdiffstats
path: root/toj/php/event_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'toj/php/event_exec.h')
-rw-r--r--toj/php/event_exec.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/toj/php/event_exec.h b/toj/php/event_exec.h
new file mode 100644
index 0000000..aec1acb
--- /dev/null
+++ b/toj/php/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