mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add missing prototype.
This commit is contained in:
@ -46,6 +46,7 @@ typedef unsigned short uint16; /* == 16 bits */
|
|||||||
typedef unsigned int uint32; /* == 32 bits */
|
typedef unsigned int uint32; /* == 32 bits */
|
||||||
#endif /* SIZEOF_UINT8 == 0 */
|
#endif /* SIZEOF_UINT8 == 0 */
|
||||||
|
|
||||||
|
extern bool md5_hash(const void *buff, size_t len, char *hexsum);
|
||||||
extern bool EncryptMD5(const char *passwd, const char *salt,
|
extern bool EncryptMD5(const char *passwd, const char *salt,
|
||||||
size_t salt_len, char *buf);
|
size_t salt_len, char *buf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user