#ifndef __CMD_SHA1_H #define __CMD_SHA1_H #include #include #include "util.h" #include "sha1.h" void *cmd_sha1(void *data); #endif