sha1-file.c: mark more strings for translation
[gitweb.git] / t / helper / test-submodule-config.c
index e044871ceec012b42b6617ab8330c2324a25f42c..e2692746dfdb0e6a5c3b1c748124059bcbdd5fae 100644 (file)
@@ -1,3 +1,4 @@
+#include "test-tool.h"
 #include "cache.h"
 #include "config.h"
 #include "submodule-config.h"
@@ -10,7 +11,7 @@ static void die_usage(int argc, const char **argv, const char *msg)
        exit(1);
 }
 
-int cmd_main(int argc, const char **argv)
+int cmd__submodule_config(int argc, const char **argv)
 {
        const char **arg = argv;
        int my_argc = argc;