diff options
Diffstat (limited to 'cmd/cmd_stat.h')
-rw-r--r-- | cmd/cmd_stat.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cmd/cmd_stat.h b/cmd/cmd_stat.h new file mode 100644 index 0000000..91d30ff --- /dev/null +++ b/cmd/cmd_stat.h @@ -0,0 +1,13 @@ +#ifndef __CMD_STAT_H +#define __CMD_STAT_H + +#include <stdlib.h> +#include <stdio.h> + +#include "sds.h" +#include "util.h" +#include "debug.h" + +void *cmd_stat(void *data); + +#endif
\ No newline at end of file |