mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-14 12:25:15 +01:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef _SHA1_H_
|
|
#define _SHA1_H_
|
|
|
|
void SHA1(unsigned char *, unsigned int, unsigned char *);
|
|
|
|
#endif
|