s3-libads: Remove ads_verify_ticket() as it is now unused
[samba.git] / source3 / libads / kerberos_proto.h
index 094f38dca2e171bbcc2031cf9b8430baf9cfeee3..6a7811d65255d0c838c623875e116431adefd598 100644 (file)
@@ -34,18 +34,6 @@ struct PAC_LOGON_INFO;
 
 #include "libads/ads_status.h"
 
-/* The following definitions come from libads/kerberos_verify.c  */
-
-NTSTATUS ads_verify_ticket(TALLOC_CTX *mem_ctx,
-                          const char *realm,
-                          time_t time_offset,
-                          const DATA_BLOB *ticket,
-                          char **principal,
-                          struct PAC_LOGON_INFO **logon_info,
-                          DATA_BLOB *ap_rep,
-                          DATA_BLOB *session_key,
-                          bool use_replay_cache);
-
 /* The following definitions come from libads/kerberos.c  */
 
 int kerberos_kinit_password_ext(const char *principal,