(fatalperror_errno): add prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-04-24 23:12:11 +00:00
parent 4b907b8737
commit 31aa7c2fe4

View File

@@ -141,6 +141,7 @@ void netflush (void);
void writenet (unsigned char *ptr, int len);
void fatal (int f, char *msg);
void fatalperror (int f, const char *msg);
void fatalperror_errno (int f, const char *msg, int error);
void edithost (char *pat, char *host);
void putstr (char *s);
void putchr (int cc);