summaryrefslogtreecommitdiff
path: root/cmd/cmd_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cmd_cmd.h')
-rw-r--r--cmd/cmd_cmd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/cmd_cmd.h b/cmd/cmd_cmd.h
new file mode 100644
index 0000000..2670abd
--- /dev/null
+++ b/cmd/cmd_cmd.h
@@ -0,0 +1,14 @@
+#ifndef __CMD_CMD_H
+#define __CMD_CMD_H
+
+#include <stdlib.h>
+#include <stdio.h>
+
+#include <sys/time.h>
+#include <sys/resource.h>
+
+#include "util.h"
+
+void *cmd_cmd(void *data);
+
+#endif \ No newline at end of file