aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@enolink.de>2008-07-04 18:05:08 +0200
committerMatthias-Christian Ott <ott@enolink.de>2008-07-04 18:05:08 +0200
commitd16fdbb6fa223efdf1ba8cd76999aafe21b3cfb3 (patch)
tree5d2ca4b666b91eed75ce2b16c3cd7ab785e66838 /util.h
parentf757e6f839414c5f7aee5553d6a9417348b8ff43 (diff)
downloadst-d16fdbb6fa223efdf1ba8cd76999aafe21b3cfb3.tar.gz
st-d16fdbb6fa223efdf1ba8cd76999aafe21b3cfb3.tar.bz2
replace eprint() functions with BSD error functions
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index 34db193..9d87a95 100644
--- a/util.h
+++ b/util.h
@@ -1,5 +1,3 @@
/* See LICENSE file for copyright and license details. */
void *emallocz(unsigned int size);
-void eprint(const char *errstr, ...);
-void eprintn(const char *errstr, ...);