aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-16 18:28:16 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-16 18:28:16 +0000
commitaea081bb275211f9d9e68a05db8c8b3eb31f2585 (patch)
tree070722b84f839532957b10cdea1f64c53555cd23 /src
parent07de4cbbbb7c3f5ef9728342a35efc12f6d6080b (diff)
downloadpostgresql-aea081bb275211f9d9e68a05db8c8b3eb31f2585.tar.gz
postgresql-aea081bb275211f9d9e68a05db8c8b3eb31f2585.zip
Add missing prototype.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/odbc/md5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/md5.h b/src/interfaces/odbc/md5.h
index 9cdd04458ab..bc4f5ebd117 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);