summaryrefslogtreecommitdiff
path: root/source4/lib/stream/packet.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-02-18 17:47:43 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-02-18 17:47:43 +1100
commit48ba64010046bece3b54009131f88c851ec82047 (patch)
tree0430d009052247af062a3f0f301f2eab33c4d969 /source4/lib/stream/packet.h
parent6b8b7665bdbf47e70e0d6d904c1234c03321182d (diff)
parentbb7e6f0f51a91e461c18efd392af3e4fc6174c34 (diff)
downloadsamba-48ba64010046bece3b54009131f88c851ec82047.tar.gz
samba-48ba64010046bece3b54009131f88c851ec82047.tar.bz2
samba-48ba64010046bece3b54009131f88c851ec82047.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Diffstat (limited to 'source4/lib/stream/packet.h')
-rw-r--r--source4/lib/stream/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/stream/packet.h b/source4/lib/stream/packet.h
index 3c2fb0a683..85f0f26265 100644
--- a/source4/lib/stream/packet.h
+++ b/source4/lib/stream/packet.h
@@ -48,6 +48,7 @@ void packet_set_nofree(struct packet_context *pc);
void packet_recv(struct packet_context *pc);
void packet_recv_disable(struct packet_context *pc);
void packet_recv_enable(struct packet_context *pc);
+void packet_set_unreliable_select(struct packet_context *pc);
NTSTATUS packet_send(struct packet_context *pc, DATA_BLOB blob);
NTSTATUS packet_send_callback(struct packet_context *pc, DATA_BLOB blob,
packet_send_callback_fn_t send_callback,