Add types to function prototypes

Build fail under macOS, Clang 16.0.0.
Add parameters to the following prototypes
- bookmark_ignore_on_connect()
- cons_show_qrcode()
This commit is contained in:
Michael
2025-09-13 10:01:35 +01:00
parent 58312ed0d8
commit a704887f14
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
#ifndef BOOKMARK_IGNORE_H
#define BOOKMARK_IGNORE_H
void bookmark_ignore_on_connect();
void bookmark_ignore_on_connect(const char* const barejid);
void bookmark_ignore_on_disconnect();
gboolean bookmark_ignored(Bookmark* bookmark);
gchar** bookmark_ignore_list(gsize* len);