Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mingw: declare main()'s argv as const
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 1f8b5f3b1f1ac17716681fee2d72b9c124a9b99c..91e366d1dd50902dc5249907e405339ed104e964 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-1043,3
+1043,5
@@
struct tm *git_gmtime_r(const time_t *, struct tm *);
#endif
#endif
+
+extern int cmd_main(int, const char **);