summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-02 15:37:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:00 -0500
commit7416dd18894b3e98825294d7a7cb1a6b08f47385 (patch)
tree63f7d8a085ec36240a6a16c036d276295fa537bc /source4/include
parent363d2f69a8220c61786286778070be546108f780 (diff)
downloadsamba-7416dd18894b3e98825294d7a7cb1a6b08f47385.tar.gz
samba-7416dd18894b3e98825294d7a7cb1a6b08f47385.tar.bz2
samba-7416dd18894b3e98825294d7a7cb1a6b08f47385.zip
r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,
used for replication conflicts metze (This used to be commit d7d14cb2bd9823d7e7d81266ca4014ea5263c714)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h
index 34127c58ca..bc3e62cd2b 100644
--- a/source4/include/structs.h
+++ b/source4/include/structs.h
@@ -263,6 +263,7 @@ struct nbt_dgram_socket;
struct dgram_mailslot_handler;
struct messaging_context;
+struct irpc_message;
struct stream_connection;
struct task_server;
struct model_ops;
@@ -271,6 +272,8 @@ struct stream_server_ops;
struct nbtd_server;
struct nbtd_interface;
struct wins_server;
+struct nbtd_proxy_wins_challenge;
+struct nbtd_proxy_wins_release_demand;
struct nbt_dc_name;
struct wb_sid_object;