From: mk5004.lee Date: Wed, 11 Mar 2020 07:29:13 +0000 (+0900) Subject: Change param of reporter_delete_by_channel X-Git-Tag: submit/tizen_5.5/20200311.074006^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ef26cd6b8f0b30d45467703ffece3afb6e13020;p=platform%2Fcore%2Fapi%2Fnotification.git Change param of reporter_delete_by_channel Change-Id: If95d5728a4df19a1e7dc1c838b993a6bdc81b434 Signed-off-by: mk5004.lee --- diff --git a/notification-ex/api/notification_ex_internal.h b/notification-ex/api/notification_ex_internal.h index c20627cc..5d199e50 100644 --- a/notification-ex/api/notification_ex_internal.h +++ b/notification-ex/api/notification_ex_internal.h @@ -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,