mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Update accounts_find_all header in test stub
Fix https://bugs.gentoo.org/927179
This commit is contained in:
parent
c6cf27e4e1
commit
6b9d0e8647
@ -16,7 +16,7 @@ accounts_close(void)
|
||||
}
|
||||
|
||||
char*
|
||||
accounts_find_all(char* prefix)
|
||||
accounts_find_all(const char* const prefix, gboolean previous, void* context)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user