From 46ff0604797381721b4d7d227e9083570a6b6ff0 Mon Sep 17 00:00:00 2001 From: nekobit Date: Fri, 12 Aug 2022 05:27:57 +0000 Subject: [PATCH] Fix FossilOrigin-Name: b87f192c4a27ea06290effee28c9276ffa5816ff5635d9381a1522b4212b89c5 --- include/mastodont_notification.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mastodont_notification.h b/include/mastodont_notification.h index 25ddc1b..a1a249b 100644 --- a/include/mastodont_notification.h +++ b/include/mastodont_notification.h @@ -32,7 +32,7 @@ struct mstdnt_notification mstdnt_notification_t type; }; -struct mstdnt_get_notifications_args +struct mstdnt_notifications_args { /* Bitmask */ mstdnt_notification_t exclude_types; @@ -60,7 +60,7 @@ int mstdnt_notifications_json_callback(cJSON* json, void* _args); int mastodont_get_notifications(mastodont_t* data, struct mstdnt_args* m_args, - struct mstdnt_get_notifications_args* args, + struct mstdnt_notifications_args* args, struct mstdnt_storage* storage, struct mstdnt_notification** notifs, size_t* size); @@ -71,7 +71,7 @@ int mastodont_notifications_clear(mastodont_t* data, int mastodont_notifications_read(mastodont_t* data, struct mstdnt_args* m_args, - struct mstdnt_notification_args* args, + struct mstdnt_notifications_args* args, struct mstdnt_storage* storage); int mastodont_notification_dismiss(mastodont_t* data,