s3-kerberos: remove duplicate prototype.
authorGünther Deschner <gd@samba.org>
Mon, 13 Oct 2008 15:27:43 +0000 (17:27 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:17 +0000 (11:40 +0100)
Guenther
(cherry picked from commit 0729df3661fefeffc5154c9b01ae027b3ede4b92)
(cherry picked from commit 33cc8575474b5de48c2cb65b1b0da07ba861277d)

source3/include/proto.h

index 85864307b4a9056c84b3d8a80d51033e70234669..457910445fe2aed375bad7f5b0e4102aa107b5c2 100644 (file)
@@ -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  */