summaryrefslogtreecommitdiff
path: root/src/protocol.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-15 14:45:25 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-15 16:22:17 +0100
commit62a282161fc979a22a3e643254371dd7257c2ddb (patch)
treeb2d377ce1b5e0ada405ce33d866018452bb0d15f /src/protocol.c
parent993ea5cf35ecec2d9f46a865bf7dbb86e70f1a4e (diff)
downloadtelepathy-haze-62a282161fc979a22a3e643254371dd7257c2ddb.tar.gz
Make haze_protocol_get_username static
Diffstat (limited to 'src/protocol.c')
-rw-r--r--src/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.c b/src/protocol.c
index 37c28cb..2435680 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -513,7 +513,7 @@ haze_protocol_init (HazeProtocol *self)
HazeProtocolPrivate);
}
-gchar *
+static gchar *
haze_protocol_get_username (GHashTable *params,
PurplePluginProtocolInfo *prpl_info,
gboolean remove_params)