projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07de4cb
)
Add missing prototype.
author
Bruce Momjian
Fri, 16 Nov 2001 18:28:16 +0000
(18:28 +0000)
committer
Bruce Momjian
Fri, 16 Nov 2001 18:28:16 +0000
(18:28 +0000)
src/interfaces/odbc/md5.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/md5.h
b/src/interfaces/odbc/md5.h
index 9cdd04458abb0696d4dff4469e7a3049773f3930..bc4f5ebd117d9a378d79eee5a59853423d1b1402 100644
(file)
--- 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);