Imported Upstream version 2.9.4
[platform/upstream/git.git] / t / helper / test-genrandom.c
index 54824d0..8d11d22 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "git-compat-util.h"
 
-int main(int argc, char *argv[])
+int cmd_main(int argc, const char **argv)
 {
        unsigned long count, next = 0;
        unsigned char *c;