diff src/gaim.h @ 1843:4dbd8533d209

[gaim-migrate @ 1853] http can be authenticated committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 12 May 2001 08:09:54 +0000
parents 00aef397a1fe
children 1e33bd2d7780
line wrap: on
line diff
--- a/src/gaim.h	Sat May 12 06:42:02 2001 +0000
+++ b/src/gaim.h	Sat May 12 08:09:54 2001 +0000
@@ -124,7 +124,7 @@
 	int protocol;
 	/* prpls can use this to save information about the user,
 	 * like which server to connect to, etc */
-	char proto_opt[6][256];
+	char proto_opt[7][256];
 
 	struct gaim_connection *gc;
 
@@ -601,6 +601,7 @@
 extern int escape_text(char *);
 extern char *escape_text2(char *);
 extern int escape_message(char *msg);
+extern char *tobase64(char *);
 extern char *frombase64(char *);
 extern gint clean_pid(void *);
 extern char *date();