Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mingw: make stderr unbuffered again
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index b4d9c2aa58d6351f6a8684495d1f019ee368b275..d89a78616b6934a529473080df97990bfb8632e1 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-1090,6
+1090,6
@@
struct tm *git_gmtime_r(const time_t *, struct tm *);
#define getc_unlocked(fh) getc(fh)
#endif
-#endif
-
extern int cmd_main(int, const char **);
+
+#endif