clixon/lib/clixon/clixon_sha1.h
2021-01-13 14:40:34 +01:00

9 lines
149 B
C

#ifndef _CLIXON_SHA1_H_
#define _CLIXON_SHA1_H_
/*
* Function Prototypes
*/
char *clicon_sha1hex(const char *str);
#endif /* _CLIXON_SHA1_H_ */