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