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