Change param of reporter_delete_by_channel 19/227319/1
authormk5004.lee <mk5004.lee@samsung.com>
Wed, 11 Mar 2020 07:29:13 +0000 (16:29 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Wed, 11 Mar 2020 07:29:13 +0000 (16:29 +0900)
Change-Id: If95d5728a4df19a1e7dc1c838b993a6bdc81b434
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
notification-ex/api/notification_ex_internal.h

index c20627cc10cc4479c491589afd387806fa9781cf..5d199e5063221cb8e681523e50ba7e52d97121b2 100644 (file)
@@ -47,7 +47,7 @@ int noti_ex_reporter_find_by_channel(noti_ex_reporter_h handle,
                const char *channel, noti_ex_item_h **noti_list, int *count);
 int noti_ex_reporter_find_all(noti_ex_reporter_h handle,
                noti_ex_item_h **noti_list, int *count);
-int noti_ex_reporter_delete_by_channel(noti_ex_manager_h handle, char *channel,
+int noti_ex_reporter_delete_by_channel(noti_ex_reporter_h handle, char *channel,
                int *request_id);
 
 int noti_ex_manager_delete_by_channel(noti_ex_manager_h handle, char *channel,