summaryrefslogtreecommitdiff
path: root/notification-ex/api/notification_ex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/api/notification_ex_internal.h')
-rw-r--r--notification-ex/api/notification_ex_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/notification-ex/api/notification_ex_internal.h b/notification-ex/api/notification_ex_internal.h
index c3e325a..7e4209e 100644
--- a/notification-ex/api/notification_ex_internal.h
+++ b/notification-ex/api/notification_ex_internal.h
@@ -51,6 +51,10 @@ 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_reporter_h handle,
const char *channel, int *request_id);
+int noti_ex_reporter_update_list(noti_ex_reporter_h handle,
+ noti_ex_item_h *noti_list, int count, int *request_id);
+int noti_ex_reporter_delete_list(noti_ex_reporter_h handle,
+ noti_ex_item_h *noti_list, int count, int *request_id);
int noti_ex_manager_delete_by_channel(noti_ex_manager_h handle,
const char *channel, int *request_id);