From d16fdbb6fa223efdf1ba8cd76999aafe21b3cfb3 Mon Sep 17 00:00:00 2001 From: Matthias-Christian Ott Date: Fri, 4 Jul 2008 18:05:08 +0200 Subject: replace eprint() functions with BSD error functions --- util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util.h') 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, ...); -- cgit v1.2.1