diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-05-20 13:43:49 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-05-20 13:43:49 +0100 |
commit | 126fa84b8591c3b285b7f598089451aa22447f10 (patch) | |
tree | 29eb78cd41870a1e4211e45b8e551a94b401ffe7 /cmd_cookie.h | |
parent | c03a145002445eaaa814e3f133c9a28f991bb860 (diff) | |
download | agni-126fa84b8591c3b285b7f598089451aa22447f10.tar.gz agni-126fa84b8591c3b285b7f598089451aa22447f10.zip |
Moved commands to seperate directory, moved external sources to seperate directory, updated Makefile with auto include and auto compile features
Diffstat (limited to 'cmd_cookie.h')
-rw-r--r-- | cmd_cookie.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cmd_cookie.h b/cmd_cookie.h deleted file mode 100644 index 62a4779..0000000 --- a/cmd_cookie.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef __CMD_COOKIE_H -#define __CMD_COOKIE_H - -#include <stdlib.h> -#include <stdio.h> - -#include "util.h" - -void *cmd_cookie(void *data); - -#endif
\ No newline at end of file |