summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-15 18:53:52 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-15 18:53:52 +0000
commit1a8ffd75606e69c6f766188f2ab424cc53782a52 (patch)
tree53354e7db3f6739a42e624daf032dd70714f43b1 /src/util.h
parentc48dc3b86a81c827eedf3e61c1e6d9b29bb7b269 (diff)
Changes from work
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6930b8a..922f641 100644
--- a/src/util.h
+++ b/src/util.h
@@ -60,6 +60,13 @@ const char *Basename(const char *path);
const char *Dirname(const char *path);
+/* Writes the passed text to debug.txt. Note this is interface is not
+ able to be switched on/off, so debug is only used in a transient way
+ (once the bug is fixed, calls to this should be removed).
+*/
+void Debug(const char *format,...);
+
+
#endif