From bd6fece98af7142790625ddd19769529eba4ada3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Jun 2008 21:53:01 +0200 Subject: net_vampire: move out display routines to one file. Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524) --- source3/libnet/libnet_samsync.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/libnet/libnet_samsync.h') diff --git a/source3/libnet/libnet_samsync.h b/source3/libnet/libnet_samsync.h index cb584cd5be..24b72f3ab1 100644 --- a/source3/libnet/libnet_samsync.h +++ b/source3/libnet/libnet_samsync.h @@ -53,3 +53,8 @@ NTSTATUS fetch_sam_entries(TALLOC_CTX *mem_ctx, struct netr_DELTA_ENUM_ARRAY *r, NTSTATUS status, struct samsync_context *ctx); +NTSTATUS display_sam_entries(TALLOC_CTX *mem_ctx, + enum netr_SamDatabaseID database_id, + struct netr_DELTA_ENUM_ARRAY *r, + NTSTATUS status, + struct samsync_context *ctx); -- cgit