diff options
author | Günther Deschner <gd@samba.org> | 2008-06-13 12:30:36 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-13 12:30:36 +0200 |
commit | 813ca8d705f81f640d5e858750cc7c05e2ab6125 (patch) | |
tree | 80a372de558fcff03ac07b5eb1d366406ce23b5f /source3/libnet | |
parent | 6ce0c8517256fec9ac9fc7d3f5f9a0f361020ea3 (diff) | |
download | samba-813ca8d705f81f640d5e858750cc7c05e2ab6125.tar.gz samba-813ca8d705f81f640d5e858750cc7c05e2ab6125.tar.bz2 samba-813ca8d705f81f640d5e858750cc7c05e2ab6125.zip |
samsync: add prototype for samsync_fix_delta_array().
Guenther
(This used to be commit 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h index 662ab7d0a9..52382e91a5 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_ */ |