summaryrefslogtreecommitdiffstats
path: root/src/util/et/com_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/com_err.h')
-rw-r--r--src/util/et/com_err.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h
index 98a540084b..f61822aed7 100644
--- a/src/util/et/com_err.h
+++ b/src/util/et/com_err.h
@@ -25,16 +25,16 @@
#ifdef __STDC__
/* ANSI C -- use prototypes etc */
-extern void com_err (const char *, long, const char *, ...);
-extern char const *error_message (long);
+extern void INTERFACE_C com_err (const char *, long, const char *, ...);
+extern char const * INTERFACE error_message (long);
extern void (*com_err_hook) (const char *, long, const char *, va_list);
extern void (*set_com_err_hook (void (*) (const char *, long, const char *, va_list)))
(const char *, long, const char *, va_list);
extern void (*reset_com_err_hook ()) (const char *, long, const char *, va_list);
#else
/* no prototypes */
-extern void com_err ();
-extern char *error_message ();
+extern void INTERFACE_C com_err ();
+extern char * INTERFACE error_message ();
extern void (*com_err_hook) ();
extern void (*set_com_err_hook ()) ();
extern void (*reset_com_err_hook ()) ();