summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-14 12:22:15 +0000
committerStefan Metzmacher <metze@samba.org>2005-10-14 12:22:15 +0000
commit1c70c7d99cc95bc920e7a2ea1943c522d94214c3 (patch)
tree1e93cdf26e4d21b4b5459d55fdc1653be142b8f8 /source/include
parentf6406037ced0db2144bf54106e9b55a24d1a28d3 (diff)
downloadsamba-1c70c7d99cc95bc920e7a2ea1943c522d94214c3.tar.gz
samba-1c70c7d99cc95bc920e7a2ea1943c522d94214c3.tar.xz
samba-1c70c7d99cc95bc920e7a2ea1943c522d94214c3.zip
r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200
add struct nbt_peer_socket and use it instead of passing const char *addr, uint16 port everyhwere (tridge: can you review this please, (make test works) metze
Diffstat (limited to 'source/include')
-rw-r--r--source/include/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/structs.h b/source/include/structs.h
index e67eca5c5c4..bd0ebc5a27e 100644
--- a/source/include/structs.h
+++ b/source/include/structs.h
@@ -246,6 +246,8 @@ struct nbt_name_refresh_wins;
struct nbt_name_register_wins;
struct nbt_name_request;
+struct nbt_peer_socket;
+
struct nbt_dgram_packet;
struct nbt_dgram_socket;
struct dgram_mailslot_handler;