debug_git(): add a newline after each message
[git-cheetah.git] / debug.h
blobe2377933998daacb7e42a0a1d2961dcaaf2df18e
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);
7 void debug_git(char * format, ...);
8 void debug_git_mbox(char *format, ...);
10 #endif /* DEBUG_H */