Check for h_errlist prototype.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@671 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-24 19:12:27 +00:00
parent 51930dcba6
commit c0e54fe4cd

View File

@@ -27,9 +27,10 @@ const
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] };
#else
#ifdef NEED_H_ERRLIST_PROTO
extern const char *h_errlist[];
extern int h_nerr;
#endif
#endif