add an extra level of indirection to main()
[gitweb.git] / remote-curl.c
index 15e48e25fb9fb8cd2e9e3e7a63cf08d2f9483ea2..6ebc2a0c11b1e28feddaf5c13fcc9c4c9daf216c 100644 (file)
@@ -984,7 +984,7 @@ static void parse_push(struct strbuf *buf)
        free(specs);
 }
 
-int main(int argc, const char **argv)
+int cmd_main(int argc, const char **argv)
 {
        struct strbuf buf = STRBUF_INIT;
        int nongit;