diff src/server.c @ 10871:6240d7fd5b2c

[gaim-migrate @ 12558] Make a bunch of stuff static and rename set_gaim_user_dir to gaim_util_set_user_dir committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:22:29 +0000
parents 2409700be3dc
children 2b772e7094ef
line wrap: on
line diff
--- a/src/server.c	Mon Apr 25 04:03:16 2005 +0000
+++ b/src/server.c	Mon Apr 25 04:22:29 2005 +0000
@@ -72,7 +72,7 @@
 	return 0;
 }
 
-GSList *last_auto_responses = NULL;
+static GSList *last_auto_responses = NULL;
 struct last_auto_response {
 	GaimConnection *gc;
 	char name[80];