aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/cmd_sha1.h
blob: 69a7bc8471d10fba50213a82cd135407d042378a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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