multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX
[gitweb.git] / t / helper / test-tool.h
index 321982e4bc0366281af400f67ebd2ca3e68fffe7..e074957279f16cce0cf2c6ea1fc5401fb1aac42b 100644 (file)
@@ -41,6 +41,9 @@ int cmd__submodule_config(int argc, const char **argv);
 int cmd__subprocess(int argc, const char **argv);
 int cmd__urlmatch_normalization(int argc, const char **argv);
 int cmd__wildmatch(int argc, const char **argv);
+#ifdef GIT_WINDOWS_NATIVE
+int cmd__windows_named_pipe(int argc, const char **argv);
+#endif
 int cmd__write_cache(int argc, const char **argv);
 
 #endif