JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replace eprint() functions with BSD error functions
[st.git] / util.h
diff --git a/util.h b/util.h
index 34db193..9d87a95 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, ...);