aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2017-12-17 15:27:39 -0800
committertenox7 <as@tenoware.com>2017-12-17 15:27:39 -0800
commitf82825f63d25a6e117d01324860202977a0ced3d (patch)
tree188a8b9f70cc139f61b45500167aabb0fa947dd7 /wfm.h
parentfcd107e17ba9bb04fd7cdb9fc81fadf8fd32c5a6 (diff)
downloadwfm-f82825f63d25a6e117d01324860202977a0ced3d.tar.gz
added dbgprintf
Diffstat (limited to 'wfm.h')
-rw-r--r--wfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wfm.h b/wfm.h
index 9770df7..b9c8207 100644
--- a/wfm.h
+++ b/wfm.h
@@ -128,6 +128,7 @@ int timesort(const void *, const void *);
int rtimesort(const void *, const void *);
int asscandir(const char *, ASDIR **, int (*compar)(const void *, const void *));
+void dbgprintf(char *, ...);
void error(char *, ...);
void redirect(char *, ...);
char *buprintf(float, int);