diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-05-08 13:23:20 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-05-08 13:23:20 +0100 |
commit | 5025c0c8288a336f7986153574bce73df4bb3147 (patch) | |
tree | 9822b26811fbbd004c006651bdafb0cbabd25081 /cmd_botu.h | |
parent | 0041b69fc5778d6be88d70e440cd8785b83d44dc (diff) | |
download | agni-5025c0c8288a336f7986153574bce73df4bb3147.tar.gz agni-5025c0c8288a336f7986153574bce73df4bb3147.zip |
Added new command that shows bots uptime
Diffstat (limited to 'cmd_botu.h')
-rw-r--r-- | cmd_botu.h | 17 |
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 |