aboutsummaryrefslogtreecommitdiff
path: root/lib/krb5/test_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5/test_plugin.c')
-rw-r--r--lib/krb5/test_plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/krb5/test_plugin.c b/lib/krb5/test_plugin.c
index ed6a9e7f1568..cfc3b6c04df1 100644
--- a/lib/krb5/test_plugin.c
+++ b/lib/krb5/test_plugin.c
@@ -34,19 +34,19 @@
#include <krb5_locl.h>
#include "locate_plugin.h"
-static krb5_error_code
+static krb5_error_code KRB5_CALLCONV
resolve_init(krb5_context context, void **ctx)
{
*ctx = NULL;
return 0;
}
-static void
+static void KRB5_CALLCONV
resolve_fini(void *ctx)
{
}
-static krb5_error_code
+static krb5_error_code KRB5_CALLCONV
resolve_lookup(void *ctx,
enum locate_service_type service,
const char *realm,