summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/com_err/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/com_err/error.c')
-rw-r--r--source4/heimdal/lib/com_err/error.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/heimdal/lib/com_err/error.c b/source4/heimdal/lib/com_err/error.c
index 854a4b66cb..0e49a94104 100644
--- a/source4/heimdal/lib/com_err/error.c
+++ b/source4/heimdal/lib/com_err/error.c
@@ -46,7 +46,7 @@
#define dgettext(d,s) (s)
#endif
-const char *
+KRB5_LIB_FUNCTION const char * KRB5_LIB_CALL
com_right(struct et_list *list, long code)
{
struct et_list *p;
@@ -56,7 +56,7 @@ com_right(struct et_list *list, long code)
return NULL;
}
-const char *
+KRB5_LIB_FUNCTION const char * KRB5_LIB_CALL
com_right_r(struct et_list *list, long code, char *str, size_t len)
{
struct et_list *p;
@@ -79,7 +79,7 @@ struct foobar {
struct error_table et;
};
-void
+KRB5_LIB_FUNCTION void KRB5_LIB_CALL
initialize_error_table_r(struct et_list **list,
const char **messages,
int num_errors,
@@ -103,7 +103,7 @@ initialize_error_table_r(struct et_list **list,
}
-void
+KRB5_LIB_FUNCTION void KRB5_LIB_CALL
free_error_table(struct et_list *et)
{
while(et){