summaryrefslogtreecommitdiff
path: root/util/et/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/et/internal.h')
-rw-r--r--util/et/internal.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/util/et/internal.h b/util/et/internal.h
new file mode 100644
index 0000000..a101f26
--- /dev/null
+++ b/util/et/internal.h
@@ -0,0 +1,15 @@
+/*
+ * internal include file for com_err package
+ */
+#include "mit-sipb-copyright.h"
+
+#include <errno.h>
+
+#ifdef NEED_SYS_ERRLIST
+extern char const * const sys_errlist[];
+extern const int sys_nerr;
+#endif
+
+#if defined(__STDC__) && !defined(HDR_HAS_PERROR)
+void perror (const char *);
+#endif