Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index f1f98b50d7e3453c66b492e7763f3640198f803f..9eab471264ab6a22af3e5eb4a0a97f510de19a7e 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-1049,3
+1049,5
@@
struct tm *git_gmtime_r(const time_t *, struct tm *);
#endif
#endif
+
+extern int cmd_main(int, const char **);