diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-14 14:02:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:43 -0500 |
commit | cffd522b5c806508dfacfb10234e4c0a115c0a98 (patch) | |
tree | ec5271d813d2cb547757732815a434ba27a89582 /source4/include | |
parent | d1e6c228692ff8b06d6eecd6be22fe0727e170ac (diff) | |
download | samba-cffd522b5c806508dfacfb10234e4c0a115c0a98.tar.gz samba-cffd522b5c806508dfacfb10234e4c0a115c0a98.tar.bz2 samba-cffd522b5c806508dfacfb10234e4c0a115c0a98.zip |
r11052: bring samba4 uptodate with the samba4-winsrepl branch,
before the bad merge
metze
(This used to be commit 471c0ca4abb17fb5f73c0efed195c67628c1c06e)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 6 |
1 files changed, 5 insertions, 1 deletions
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; |