mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 18:46:21 +00:00
Update accounts_find_all header in test stub
Fix https://bugs.gentoo.org/927179
This commit is contained in:
@@ -16,7 +16,7 @@ accounts_close(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
char*
|
char*
|
||||||
accounts_find_all(char* prefix)
|
accounts_find_all(const char* const prefix, gboolean previous, void* context)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user