aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/t_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/t_memory.c')
-rw-r--r--src/lib/krb5/ccache/t_memory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/t_memory.c b/src/lib/krb5/ccache/t_memory.c
index 6d103a0..0f94e82 100644
--- a/src/lib/krb5/ccache/t_memory.c
+++ b/src/lib/krb5/ccache/t_memory.c
@@ -85,7 +85,7 @@ krb5_creds test_creds = {
};
void
-init_test_cred()
+init_test_cred(void)
{
test_creds.client = (krb5_principal) malloc(sizeof(krb5_data *)*3);
test_creds.client[0] = &client1;
@@ -104,7 +104,7 @@ init_test_cred()
};
void
-mcc_test()
+mcc_test(void)
{
krb5_ccache id;
krb5_creds creds;