aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-02-06 11:27:32 +0000
committersin <sin@2f30.org>2014-02-06 11:31:34 +0000
commitfd0f19b55727f4cc005bfa2c7959134e4a682617 (patch)
tree1612940a6e3a02d6c830f0ea58b83379d1ff5b6a /util.h
parent51664faebcc10b53a1a78cff95f0efc04a2c7f8e (diff)
Be less harsh and don't error out entirely
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 4fe1391..af96e0e 100644
--- a/util.h
+++ b/util.h
@@ -3,3 +3,4 @@
void enprintf(int, const char *, ...);
void eprintf(const char *, ...);
+void weprintf(const char *, ...);