X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=util.h;h=9d87a958a38410fbfc85785185346b6bfacecaeb;hb=f982c1c37ccc4adc38260a132aa64ee29d1a1a8c;hp=34db193d76a64b823891cf658b68ebfb16808cb5;hpb=5f287254715dd91f2c508a2a6b9853f0ef4ed785;p=st.git 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, ...);