Commit 0aeae705 by Michael Schubert

tests-clar/status: fix missing-prototype warning

parent 7779437f
......@@ -727,7 +727,7 @@ void test_status_worktree__filemode_changes(void)
git_config_free(cfg);
}
int cb_status__expected_path(const char *p, unsigned int s, void *payload)
static int cb_status__expected_path(const char *p, unsigned int s, void *payload)
{
const char *expected_path = (const char *)payload;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment