From: Günther Deschner Date: Fri, 13 Jun 2008 10:30:36 +0000 (+0200) Subject: samsync: add prototype for samsync_fix_delta_array(). X-Git-Tag: samba-4.0.0alpha6~801^2~1069 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=813ca8d705f81f640d5e858750cc7c05e2ab6125;p=thirdparty%2Fsamba.git samsync: add prototype for samsync_fix_delta_array(). Guenther (This used to be commit 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d) --- diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h index 662ab7d0a9e..52382e91a53 100644 --- a/source3/libnet/libnet_proto.h +++ b/source3/libnet/libnet_proto.h @@ -43,4 +43,12 @@ WERROR libnet_Unjoin(TALLOC_CTX *mem_ctx, _PUBLIC_ void ndr_print_libnet_JoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_JoinCtx *r); _PUBLIC_ void ndr_print_libnet_UnjoinCtx(struct ndr_print *ndr, const char *name, int flags, const struct libnet_UnjoinCtx *r); +/* The following definitions come from libnet/libnet_samsync.c */ + +NTSTATUS samsync_fix_delta_array(TALLOC_CTX *mem_ctx, + DATA_BLOB *session_key, + bool rid_crypt, + enum netr_SamDatabaseID database_id, + struct netr_DELTA_ENUM_ARRAY *r); + #endif /* _LIBNET_PROTO_H_ */