hstrerror proto

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3970 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-12 00:58:45 +00:00
parent 01b1b2107d
commit e01f564378
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
char *strerror(int eno);
#endif
#ifndef HAVE_HSTRERROR
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
char *hstrerror(int herr);
#endif

View File

@@ -195,7 +195,7 @@ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
char *strerror(int eno);
#endif
#ifndef HAVE_HSTRERROR
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
char *hstrerror(int herr);
#endif