From 0cafa37805a3676eb03e05679cad052d11644022 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Mon, 30 Jan 2017 17:31:46 +0200 Subject: [PATCH] [test] Adapt to MMSHandler API change --- mms-lib/test/common/test_handler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mms-lib/test/common/test_handler.c b/mms-lib/test/common/test_handler.c index 46f9792..b5dd5a1 100644 --- a/mms-lib/test/common/test_handler.c +++ b/mms-lib/test/common/test_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2016 Jolla Ltd. + * Copyright (C) 2013-2017 Jolla Ltd. * Contact: Slava Monich * * This program is free software; you can redistribute it and/or modify @@ -492,6 +492,7 @@ mms_handler_test_message_notify( const char* subj, time_t expiry, GBytes* data, + const char* location, mms_handler_message_notify_complete_fn cb, void* param) {