Mercurial > pidgin
diff src/protocols/jabber/libxode.h @ 5426:8d8bf0d31a23
[gaim-migrate @ 5805]
i'm cleaning out my tree
1. new tobase64 function that works better
2. new date/time stamp parsing stuff for jabber
3. other misc stuff, not deserving of specific mention
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 18 May 2003 05:45:18 +0000 |
| parents | 988485669631 |
| children | 5239a3b4ab33 |
line wrap: on
line diff
--- a/src/protocols/jabber/libxode.h Sun May 18 05:00:12 2003 +0000 +++ b/src/protocols/jabber/libxode.h Sun May 18 05:45:18 2003 +0000 @@ -194,7 +194,7 @@ int sha_hash(int *data, int *hash); int sha_init(int *hash); char *shahash(char *str); /* NOT THREAD SAFE */ -void shahash_r(const char* str, char hashbuf[40]); /* USE ME */ +void shahash_r(const char* str, char hashbuf[41]); /* USE ME */ int strprintsha(char *dest, int *hashval);
