aboutsummaryrefslogtreecommitdiffstats
path: root/ioerrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ioerrs.h')
-rw-r--r--ioerrs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ioerrs.h b/ioerrs.h
new file mode 100644
index 0000000..c3238c3
--- /dev/null
+++ b/ioerrs.h
@@ -0,0 +1,13 @@
+/* ioerrs.h */
+/*****************************************************************************/
+/* AS-Portierung */
+/* */
+/* Abliefern der I/O-Fehlermeldungen */
+/* */
+/* Historie: 11.10.1996 Grundsteinlegung */
+/* */
+/*****************************************************************************/
+
+extern char *GetErrorMsg(int number);
+
+extern void ioerrs_init(char *ProgPath);