From 42d6a4c4f0d87e8e1bdd1e3152e592822bf95337 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 18 Feb 2005 23:13:51 +0000 Subject: r5451: - added separate wrepl_associate(), wrepl_pull_table() and wrepl_pull_names() functions, with reasonable parameters, so callers don't need to deal directly with wins replication packet structures - converted the NBT-WINSREPLICATION torture test to use the new APIs (This used to be commit cec1672662b7e5b1bdf843e9dee317aa4b03f719) --- source4/include/structs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 0804c90e79..be52755d79 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -181,3 +181,6 @@ struct mutex_ops; struct ads_struct; struct wrepl_packet; +struct wrepl_associate; +struct wrepl_pull_table; +struct wrepl_pull_names; -- cgit