Merge branch 'dl/mingw-header-cleanup'

Header clean-up.

* dl/mingw-header-cleanup:
  compat/mingw.h: drop extern from function declaration
maint
Junio C Hamano 2020-10-08 21:53:25 -07:00
commit abac91e3aa
1 changed files with 1 additions and 1 deletions

View File

@ -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