mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 01:56:21 +00:00
Fix outdated types in tests
Fix https://github.com/profanity-im/profanity/issues/1992
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
void avatar_pep_subscribe(void){};
|
||||
|
||||
gboolean
|
||||
avatar_get_by_nick(const char* nick)
|
||||
avatar_get_by_nick(const char* nick, gboolean open)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user