]> git.armaanb.net Git - st.git/blobdiff - util.h
replace eprint() functions with BSD error functions
[st.git] / util.h
diff --git a/util.h b/util.h
index 34db193d76a64b823891cf658b68ebfb16808cb5..9d87a958a38410fbfc85785185346b6bfacecaeb 100644 (file)
--- 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, ...);