summaryrefslogtreecommitdiff
path: root/funcs/func_presencestate.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_presencestate.c')
-rw-r--r--funcs/func_presencestate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_presencestate.c b/funcs/func_presencestate.c
index 75cef8a54..49f8e78a9 100644
--- a/funcs/func_presencestate.c
+++ b/funcs/func_presencestate.c
@@ -649,7 +649,7 @@ struct test_cb_data {
sem_t sem;
};
-static void test_cb(void *userdata, struct stasis_subscription *sub, struct stasis_topic *topic, struct stasis_message *msg)
+static void test_cb(void *userdata, struct stasis_subscription *sub, struct stasis_message *msg)
{
struct test_cb_data *cb_data = userdata;
if (stasis_message_type(msg) != ast_presence_state_message_type()) {