aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 3af1663..7222dce 100644
--- a/src/util.h
+++ b/src/util.h
@@ -87,6 +87,11 @@ char *CopyStr(char *dest, const char *src, size_t size);
int IsNullOrEmpty(const char *p);
+/* Null function that can be used as a handy place to hang a breakpoint.
+*/
+void DebugBreakPoint(void);
+
+
#endif
/*