1
0
Fork 0

Update accounts_find_all header in test stub

Fix https://bugs.gentoo.org/927179
This commit is contained in:
Michael Vetter 2024-03-17 16:44:00 +01:00
parent c6cf27e4e1
commit 6b9d0e8647
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}