comparison libpurple/protocols/jabber/iq.c @ 29069:f5c00a24bb87

These should be static
author Paul Aurich <paul@darkrain42.org>
date Thu, 18 Feb 2010 04:37:49 +0000
parents 08cc1cf27ac4
children ae615b3d3e47
comparison
equal deleted inserted replaced
29068:403a53ff9aa4 29069:f5c00a24bb87
41 41
42 #ifdef _WIN32 42 #ifdef _WIN32
43 #include "utsname.h" 43 #include "utsname.h"
44 #endif 44 #endif
45 45
46 GHashTable *iq_handlers = NULL; 46 static GHashTable *iq_handlers = NULL;
47 GHashTable *signal_iq_handlers = NULL; 47 static GHashTable *signal_iq_handlers = NULL;
48 48
49 JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type) 49 JabberIq *jabber_iq_new(JabberStream *js, JabberIqType type)
50 { 50 {
51 JabberIq *iq; 51 JabberIq *iq;
52 52