add KRB5_LIB_FUNCTION to all exported functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13863 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-05-25 21:46:46 +00:00
parent 8f34150dd9
commit 91351971f7
87 changed files with 533 additions and 533 deletions

View File

@@ -114,7 +114,7 @@ find_value(const char *s, struct s2i *table)
return table->val;
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_initlog(krb5_context context,
const char *program,
krb5_log_facility **fac)
@@ -134,7 +134,7 @@ krb5_initlog(krb5_context context,
return 0;
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_addlog_func(krb5_context context,
krb5_log_facility *fac,
int min,
@@ -253,7 +253,7 @@ open_file(krb5_context context, krb5_log_facility *fac, int min, int max,
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_addlog_dest(krb5_context context, krb5_log_facility *f, const char *orig)
{
krb5_error_code ret = 0;
@@ -336,7 +336,7 @@ krb5_addlog_dest(krb5_context context, krb5_log_facility *f, const char *orig)
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_openlog(krb5_context context,
const char *program,
krb5_log_facility **fac)
@@ -360,7 +360,7 @@ krb5_openlog(krb5_context context,
return 0;
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_closelog(krb5_context context,
krb5_log_facility *fac)
{
@@ -373,7 +373,7 @@ krb5_closelog(krb5_context context,
#undef __attribute__
#define __attribute__(X)
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_vlog_msg(krb5_context context,
krb5_log_facility *fac,
char **reply,
@@ -412,7 +412,7 @@ krb5_vlog_msg(krb5_context context,
return 0;
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_vlog(krb5_context context,
krb5_log_facility *fac,
int level,
@@ -423,7 +423,7 @@ krb5_vlog(krb5_context context,
return krb5_vlog_msg(context, fac, NULL, level, fmt, ap);
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_log_msg(krb5_context context,
krb5_log_facility *fac,
int level,
@@ -442,7 +442,7 @@ krb5_log_msg(krb5_context context,
}
krb5_error_code
krb5_error_code KRB5_LIB_FUNCTION
krb5_log(krb5_context context,
krb5_log_facility *fac,
int level,