summaryrefslogtreecommitdiff
path: root/cmd_botu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_botu.h')
-rw-r--r--cmd_botu.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/cmd_botu.h b/cmd_botu.h
new file mode 100644
index 0000000..2c06230
--- /dev/null
+++ b/cmd_botu.h
@@ -0,0 +1,17 @@
+#ifndef __CMD_BOTU_H
+#define __CMD_BOTU_H
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <stdint.h>
+#include <time.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+
+#include "util.h"
+#include "debug.h"
+
+void *cmd_botu(void *data);
+
+#endif \ No newline at end of file