Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
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);
/* See LICENSE file for copyright and license details. */
void *emallocz(unsigned int size);
-void eprint(const char *errstr, ...);
-void eprintn(const char *errstr, ...);