From: Bruce Momjian Date: Fri, 16 Nov 2001 18:28:16 +0000 (+0000) Subject: Add missing prototype. X-Git-Tag: REL9_0_0~19066 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aea081bb275211f9d9e68a05db8c8b3eb31f2585;p=pg-rex%2Fsyncrep.git Add missing prototype. --- diff --git a/src/interfaces/odbc/md5.h b/src/interfaces/odbc/md5.h index 9cdd04458a..bc4f5ebd11 100644 --- a/src/interfaces/odbc/md5.h +++ b/src/interfaces/odbc/md5.h @@ -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);