replace eprint() functions with BSD error functions

This commit is contained in:
Matthias-Christian Ott
2008-07-04 18:05:08 +02:00
parent f757e6f839
commit d16fdbb6fa
5 changed files with 31 additions and 45 deletions

2
util.h
View File

@ -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, ...);