aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdebug/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdebug/debug.h')
-rw-r--r--src/libdebug/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libdebug/debug.h b/src/libdebug/debug.h
index f7dd54b..54b58c2 100644
--- a/src/libdebug/debug.h
+++ b/src/libdebug/debug.h
@@ -53,6 +53,9 @@
#define DSIP 46
#define DTEL 47
+void lock_debug(void);
+void unlock_debug(void);
+
void get_win_size(int *w, int *h);
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, NULL, fmt, ## arg)