mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
9 lines
204 B
C
9 lines
204 B
C
|
|
#pragma once
|
|
|
|
//----------------------------------------------------------
|
|
|
|
void SHA1_HashData(PCHAR szData, DWORD dwLen, DWORD *pdwDigest);
|
|
|
|
//----------------------------------------------------------
|