projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add ob_debug for printing stuff only when debug is enabled
[mikachu/openbox.git]
/
openbox
/
debug.h
1
#ifndef __ob__debug_h
2
#define __ob__debug_h
3
4
void ob_debug_show_output(gboolean enable);
5
6
void ob_debug(char *a, ...);
7
8
#endif