Merge branch 'bp/fsmonitor-bufsize-fix'
[gitweb.git] / t / helper / test-ref-store.c
index 7314b5943effac1fea8d39ee365a4b56fec723cb..7c4f43746e8792a368814664a70c51ca55ab43e1 100644 (file)
@@ -1,3 +1,4 @@
+#include "test-tool.h"
 #include "cache.h"
 #include "refs.h"
 #include "worktree.h"
@@ -275,7 +276,7 @@ static struct command commands[] = {
        { NULL, NULL }
 };
 
-int cmd_main(int argc, const char **argv)
+int cmd__ref_store(int argc, const char **argv)
 {
        struct ref_store *refs;
        const char *func;