diff options
author | Günther Deschner <gd@samba.org> | 2007-08-14 15:31:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:29:44 -0500 |
commit | a573b80df7514821c2ea26144e91ce90ec1a58ed (patch) | |
tree | 7766419418f08da7fa2fab5cacde343e552774b9 /source3 | |
parent | 873bc06d95371e446de391a183db0b326ca529bd (diff) | |
download | samba-a573b80df7514821c2ea26144e91ce90ec1a58ed.tar.gz samba-a573b80df7514821c2ea26144e91ce90ec1a58ed.tar.bz2 samba-a573b80df7514821c2ea26144e91ce90ec1a58ed.zip |
r24419: Hm, I think this protoype is not required here.
Guenther
(This used to be commit 42abe8450b0fc3c9f8d768fadbd5e6b0a6c1bfc3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 7747f97970..a5c6eec33d 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1211,11 +1211,6 @@ krb5_error_code smb_krb5_open_keytab(krb5_context context, const char *keytab_name, BOOL write_access, krb5_keytab *keytab); -NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx, - const char *name, - const char *pass, - time_t time_offset, - PAC_DATA **pac_ret); #endif /* HAVE_KRB5 */ |