Skip to content

Commit

Permalink
Update accounts_find_all header in test stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Mar 17, 2024
1 parent c6cf27e commit 6b9d0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/config/stub_accounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6b9d0e8

Please sign in to comment.