diff options
author | Günther Deschner <gd@samba.org> | 2008-10-13 17:27:43 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-06 12:43:03 +0100 |
commit | 0729df3661fefeffc5154c9b01ae027b3ede4b92 (patch) | |
tree | a2999d0302f8daf511bc008790e7c1f67ebd3d54 /source3 | |
parent | 17ef153b68795fec681f9ce17c198236aba2b1c2 (diff) | |
download | samba-0729df3661fefeffc5154c9b01ae027b3ede4b92.tar.gz samba-0729df3661fefeffc5154c9b01ae027b3ede4b92.tar.bz2 samba-0729df3661fefeffc5154c9b01ae027b3ede4b92.zip |
s3-kerberos: remove duplicate prototype.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 785b9683e4..ae35e04aa3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2718,10 +2718,6 @@ bool unwrap_edata_ntstatus(TALLOC_CTX *mem_ctx, DATA_BLOB *edata, DATA_BLOB *edata_out); bool unwrap_pac(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, DATA_BLOB *unwrapped_pac_data); -int cli_krb5_get_ticket(const char *principal, time_t time_offset, - DATA_BLOB *ticket, DATA_BLOB *session_key_krb5, - uint32 extra_ap_opts, const char *ccname, - time_t *tgs_expire); /* The following definitions come from libsmb/clilist.c */ |