summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-17 21:44:30 +0200
committerGünther Deschner <gd@samba.org>2008-06-23 23:38:52 +0200
commitde33b264d18620ed7f91e759bcf80c9d64a99c17 (patch)
tree41ede2af1d37d236165b8d999c44aea7e1973cd0 /source3/libnet/libnet_samsync.h
parent6f4571bf69b9e3da6ee1ffe211829186f9d40c54 (diff)
downloadsamba-de33b264d18620ed7f91e759bcf80c9d64a99c17.tar.gz
samba-de33b264d18620ed7f91e759bcf80c9d64a99c17.tar.bz2
samba-de33b264d18620ed7f91e759bcf80c9d64a99c17.zip
net_vampire: move out passdb routines to one file.
Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
Diffstat (limited to 'source3/libnet/libnet_samsync.h')
-rw-r--r--source3/libnet/libnet_samsync.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/libnet/libnet_samsync.h b/source3/libnet/libnet_samsync.h
index bd64c24d93..cb584cd5be 100644
--- a/source3/libnet/libnet_samsync.h
+++ b/source3/libnet/libnet_samsync.h
@@ -48,3 +48,8 @@ NTSTATUS fetch_sam_entries_ldif(TALLOC_CTX *mem_ctx,
struct netr_DELTA_ENUM_ARRAY *r,
NTSTATUS result,
struct samsync_context *ctx);
+NTSTATUS fetch_sam_entries(TALLOC_CTX *mem_ctx,
+ enum netr_SamDatabaseID database_id,
+ struct netr_DELTA_ENUM_ARRAY *r,
+ NTSTATUS status,
+ struct samsync_context *ctx);