Remove unused variable prefix
[git-cheetah/kirill.git] / common / debug.h
blob45df708ba915cf58bc405d43fdbfff23f3042f18
1 #ifndef DEBUG_H
2 #define DEBUG_H
4 typedef void reporter(char *format, ...);
5 void debug_git(char * format, ...);
6 void debug_git_mbox(char *format, ...);
8 #endif /* DEBUG_H */