aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_rand.h
blob: 14f5c7e88d09df28095b481ef40aba0a6efe97a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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