lib/krb5_wrap: add krb5_copy_data_contents.
[nivanova/samba-autobuild/.git] / lib / krb5_wrap / krb5_samba.h
index 5a3d20e1b8e38949ff148fe720051071e15ec3b7..7835a3128fdc012be9caa4a5a0e6c57b0f0eb656 100644 (file)
@@ -321,6 +321,10 @@ char *smb_krb5_principal_get_comp_string(TALLOC_CTX *mem_ctx,
                                         krb5_const_principal principal,
                                         unsigned int component);
 
+krb5_error_code krb5_copy_data_contents(krb5_data *p,
+                                       const void *data,
+                                       size_t len);
+
 #endif /* HAVE_KRB5 */
 
 int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx,