mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 04:06:21 +00:00
upstream: Add types to function prototypes (a704887f1)
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
#ifndef BOOKMARK_IGNORE_H
|
#ifndef BOOKMARK_IGNORE_H
|
||||||
#define 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();
|
void bookmark_ignore_on_disconnect();
|
||||||
gboolean bookmark_ignored(Bookmark* bookmark);
|
gboolean bookmark_ignored(Bookmark* bookmark);
|
||||||
gchar** bookmark_ignore_list(gsize* len);
|
gchar** bookmark_ignore_list(gsize* len);
|
||||||
|
|||||||
Reference in New Issue
Block a user