aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
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);