Shut up linker
[git-cheetah.git] / debug.h
blob14fa27d9f9eb979b95cdf1d9f88af6025542d98e
1 #ifndef DEBUG_H
2 #define DEBUG_H
4 #define DEFAULT_DEBUG_GIT_FILE "C:/git_shell_ext_debug.txt"
6 void debug_git_set_file(const char * filename);
8 typedef void reporter(char *format, ...);
9 void debug_git(char * format, ...);
10 void debug_git_mbox(char *format, ...);
12 #endif /* DEBUG_H */