From cffd522b5c806508dfacfb10234e4c0a115c0a98 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 14:02:47 +0000 Subject: r11052: bring samba4 uptodate with the samba4-winsrepl branch, before the bad merge metze (This used to be commit 471c0ca4abb17fb5f73c0efed195c67628c1c06e) --- source4/include/structs.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/structs.h b/source4/include/structs.h index 2da6205ba8..68cae5d256 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -277,9 +277,13 @@ struct wreplsrv_partner; struct wreplsrv_owner; struct wreplsrv_in_connection; struct wreplsrv_in_call; +struct wreplsrv_out_connection; +struct wreplsrv_pull_table_io; +struct wreplsrv_pull_names_io; +struct wreplsrv_pull_cycle_io; +struct wreplsrv_push_notify_io; struct winsdb_record; -struct winsdb_addr; struct wrepl_packet; struct wrepl_associate; -- cgit