repo.or.cz
/
git-cheetah
/
kirill.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix .h-files to not define variables
[git-cheetah/kirill.git]
/
debug.h
blob
14fa27d9f9eb979b95cdf1d9f88af6025542d98e
1
#ifndef DEBUG_H
2
#define DEBUG_H
3
4
#define DEFAULT_DEBUG_GIT_FILE
"C:/git_shell_ext_debug.txt"
5
6
void
debug_git_set_file
(
const char
*
filename
);
7
8
typedef
void
reporter
(
char
*
format
, ...);
9
void
debug_git
(
char
*
format
, ...);
10
void
debug_git_mbox
(
char
*
format
, ...);
11
12
#endif
/* DEBUG_H */