aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/t_stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/t_stdio.c')
-rw-r--r--src/lib/krb5/ccache/t_stdio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/t_stdio.c b/src/lib/krb5/ccache/t_stdio.c
index 15185e3..06a9c2d 100644
--- a/src/lib/krb5/ccache/t_stdio.c
+++ b/src/lib/krb5/ccache/t_stdio.c
@@ -98,7 +98,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;
@@ -118,7 +118,7 @@ init_test_cred()
int flags = 0;
void
-scc_test()
+scc_test(void)
{
krb5_ccache id;
krb5_creds creds;