diff src/protocols/yahoo/crypt.c @ 5583:e46efd264489

[gaim-migrate @ 5987] This really does compile. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 31 May 2003 04:56:12 +0000
parents 536bb833fdeb
children 72a5babfa8b4
line wrap: on
line diff
--- a/src/protocols/yahoo/crypt.c	Sat May 31 04:55:24 2003 +0000
+++ b/src/protocols/yahoo/crypt.c	Sat May 31 04:56:12 2003 +0000
@@ -37,7 +37,7 @@
 static const char b64t[64] =
 "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
 
-char *yahoo_crypt(char *key, char *salt)
+char *yahoo_crypt(const char *key, const char *salt)
 {
 	static char *buffer = NULL;
 	static int buflen = 0;