]> andersk Git - gssapi-openssh.git/commitdiff
declare ssh_gssapi_krb5_updatecreds() before reference
authorbasney <basney>
Thu, 24 Sep 2009 19:34:45 +0000 (19:34 +0000)
committerbasney <basney>
Thu, 24 Sep 2009 19:34:45 +0000 (19:34 +0000)
openssh/gss-serv-krb5.c

index a439393756bb988782a808b907f40ba1292d2c3f..dbf866ca52d297c3b724910393a0df775d8fe28d 100644 (file)
@@ -61,6 +61,8 @@ static int ssh_gssapi_krb5_init();
 static int ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name);
 static int ssh_gssapi_krb5_localname(ssh_gssapi_client *client, char **user);
 static void ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client);
+static int ssh_gssapi_krb5_updatecreds(ssh_gssapi_ccache *store,
+                                       ssh_gssapi_client *client);
 
 ssh_gssapi_mech gssapi_kerberos_mech = {
        "toWM5Slw5Ew8Mqkay+al2g==",
@@ -243,7 +245,7 @@ ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client)
        return;
 }
 
-int
+static int
 ssh_gssapi_krb5_updatecreds(ssh_gssapi_ccache *store, 
     ssh_gssapi_client *client)
 {
This page took 0.05238 seconds and 5 git commands to generate.