10 lines
146 B
C
10 lines
146 B
C
#ifndef __ob__debug_h
|
|
#define __ob__debug_h
|
|
|
|
#include <glib.h>
|
|
|
|
void ob_debug_show_output(gboolean enable);
|
|
|
|
void ob_debug(char *a, ...);
|
|
|
|
#endif
|