diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:25 -0700 |
commit | abac91e3aa0fffb5901498923e79d4bcbdb96c46 (patch) | |
tree | 9f0a518d287b9bc080529706b583e8129e36cd90 | |
parent | Merge branch 'hx/push-atomic-with-cert' (diff) | |
parent | compat/mingw.h: drop extern from function declaration (diff) | |
download | tgif-abac91e3aa0fffb5901498923e79d4bcbdb96c46.tar.xz |
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.h | 2 |
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 |