From 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 13 Jun 2008 12:30:36 +0200 Subject: [PATCH] samsync: add prototype for samsync_fix_delta_array(). Guenther --- source/libnet/libnet_proto.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/libnet/libnet_proto.h b/source/libnet/libnet_proto.h index 662ab7d0a9e..52382e91a53 100644 --- a/source/libnet/libnet_proto.h +++ b/source/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_ */ -- 2.11.4.GIT