summaryrefslogtreecommitdiff
path: root/src/rexmpp_roster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_roster.c')
-rw-r--r--src/rexmpp_roster.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp_roster.c b/src/rexmpp_roster.c
index 5012282..63a52b9 100644
--- a/src/rexmpp_roster.c
+++ b/src/rexmpp_roster.c
@@ -138,10 +138,12 @@ void rexmpp_roster_cache_write (rexmpp_t *s) {
}
void rexmpp_iq_roster_get (rexmpp_t *s,
+ void *ptr,
xmlNodePtr req,
xmlNodePtr response,
int success)
{
+ (void)ptr;
(void)req; /* Nothing interesting in the request. */
if (! success) {
rexmpp_log(s, LOG_ERR, "Roster loading failed.");