r11994: This function no longer needs a special declaration.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 1 Dec 2005 05:10:37 +0000 (05:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:56 +0000 (13:46 -0500)
Andrew Bartlett
(This used to be commit 88a7b7805c11cb3a1be3222d3e4b0b3ad8aff2aa)

source4/auth/kerberos/kerberos.h

index 46bf300229afb12625dd4a42a82ba17c2d45dd87..f070c25e0e8c287c1b22d96949f8003132310f48 100644 (file)
@@ -126,10 +126,6 @@ krb5_error_code principal_from_credentials(TALLOC_CTX *parent_ctx,
                                           struct cli_credentials *credentials, 
                                           struct smb_krb5_context *smb_krb5_context,
                                           krb5_principal *princ);
-int create_memory_keytab(TALLOC_CTX *parent_ctx,
-                         struct cli_credentials *machine_account,
-                         struct smb_krb5_context *smb_krb5_context,
-                        struct keytab_container **keytab_container); 
 NTSTATUS kerberos_decode_pac(TALLOC_CTX *mem_ctx,
                             struct PAC_DATA **pac_data_out,
                             DATA_BLOB blob,