compat / terminal.hon commit MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more (dae26d3)
   1#ifndef COMPAT_TERMINAL_H
   2#define COMPAT_TERMINAL_H
   3
   4char *git_terminal_prompt(const char *prompt, int echo);
   5
   6#endif /* COMPAT_TERMINAL_H */