]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/mingw.h
compat/mingw.h: drop extern from function declaration
[thirdparty/git.git] / compat / mingw.h
index e6fe810ba98fd30b9cea405000de032a856adfcc..af8eddd73edb2b1d19caddad4732aa7a370d0cc0 100644 (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