summaryrefslogtreecommitdiff
path: root/pullreqd.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-04 09:18:16 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-04 09:18:16 -0400
commit852f24689ba9cfd989f1948dfbc8ab3a04430612 (patch)
tree0b928cd16e46ff954595603a404651e6ce242c4b /pullreqd.c
parent0a3032fd09ed365371b1749333db411d09c5da1e (diff)
Created `pullreqd.c`.
Diffstat (limited to 'pullreqd.c')
-rw-r--r--pullreqd.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pullreqd.c b/pullreqd.c
new file mode 100644
index 0000000..8161c8d
--- /dev/null
+++ b/pullreqd.c
@@ -0,0 +1,9 @@
+#include <signal.h>
+#include <stdio.h>
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+#include <sys/stat.h>
+#include <sys/type.h>
+#include <syslog.h>
+#include <unistd.h>