Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-09 07:53:25 +0300
committerJunio C Hamano <gitster@pobox.com>2020-10-09 07:53:25 +0300
commitabac91e3aa0fffb5901498923e79d4bcbdb96c46 (patch)
tree9f0a518d287b9bc080529706b583e8129e36cd90
parentf491ce954b4b317b70705b1670f233f16ea36e12 (diff)
parentfcedb379fd1842cf943a05a331be862ad8d2d919 (diff)
Merge branch 'dl/mingw-header-cleanup'
Header clean-up. * dl/mingw-header-cleanup: compat/mingw.h: drop extern from function declaration
-rw-r--r--compat/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/mingw.h b/compat/mingw.h
index e6fe810ba9..af8eddd73e 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -606,7 +606,7 @@ int main(int argc, const char **argv);
* Call this function to open a new MinTTY (this assumes you are in Git for
* Windows' SDK) with a GDB that attaches to the current process right away.
*/
-extern void open_in_gdb(void);
+void open_in_gdb(void);
/*
* Used by Pthread API implementation for Windows