changeset 29463:f5c00a24bb87

These should be static
author Paul Aurich <paul@darkrain42.org>
date Thu, 18 Feb 2010 04:37:49 +0000
parents 403a53ff9aa4
children c8b407fec879
files libpurple/protocols/jabber/iq.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/iq.c	Thu Feb 18 01:42:00 2010 +0000
+++ b/libpurple/protocols/jabber/iq.c	Thu Feb 18 04:37:49 2010 +0000
@@ -43,8 +43,8 @@
 #include "utsname.h"
 #endif
 
-GHashTable *iq_handlers = NULL;
-GHashTable *signal_iq_handlers = NULL;
+static GHashTable *iq_handlers = NULL;
+static GHashTable *signal_iq_handlers = NULL;
 
 JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type)
 {