]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
add an extra level of indirection to main()
[thirdparty/git.git] / git-compat-util.h
index 1f8b5f3b1f1ac17716681fee2d72b9c124a9b99c..91e366d1dd50902dc5249907e405339ed104e964 100644 (file)
@@ -1043,3 +1043,5 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
 #endif
 
 #endif
+
+extern int cmd_main(int, const char **);