Skip to content
Snippets Groups Projects
Commit aea081bb authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add missing prototype.

parent 07de4cbb
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ typedef unsigned short uint16; /* == 16 bits */
typedef unsigned int uint32; /* == 32 bits */
#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,
size_t salt_len, char *buf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment