Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/flockfile-stdio'
[gitweb.git]
/
t
/
helper
/
test-dump-split-index.c
diff --git
a/t/helper/test-dump-split-index.c
b/t/helper/test-dump-split-index.c
index e44430b699db732252afa6fcb06686ec89b5811d..4e2fdb5e30d1ae30b1f75b7e3ca636afa4c0e097 100644
(file)
--- a/
t/helper/test-dump-split-index.c
+++ b/
t/helper/test-dump-split-index.c
@@
-1,3
+1,4
@@
+#include "test-tool.h"
#include "cache.h"
#include "split-index.h"
#include "ewah/ewok.h"
@@
-7,7
+8,7
@@
static void show_bit(size_t pos, void *data)
printf(" %d", (int)pos);
}
-int cmd_
main
(int ac, const char **av)
+int cmd_
_dump_split_index
(int ac, const char **av)
{
struct split_index *si;
int i;