summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 00:49:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 01:06:36 +0200
commitffd7cee150527fbbfe29b5f9d30c1aec2137e392 (patch)
tree624193957fedbebceec92adb05c08a0301954f25 /source4/smbd/service_stream.h
parentea8fc8727b02004b90db46d444bcefbc4c622c70 (diff)
downloadsamba-ffd7cee150527fbbfe29b5f9d30c1aec2137e392.tar.gz
samba-ffd7cee150527fbbfe29b5f9d30c1aec2137e392.tar.bz2
samba-ffd7cee150527fbbfe29b5f9d30c1aec2137e392.zip
torture: Link against rpc server itself, not service module. (against which we can't link).
Diffstat (limited to 'source4/smbd/service_stream.h')
-rw-r--r--source4/smbd/service_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/smbd/service_stream.h b/source4/smbd/service_stream.h
index 21a37b3894..202ea52327 100644
--- a/source4/smbd/service_stream.h
+++ b/source4/smbd/service_stream.h
@@ -74,4 +74,6 @@ struct stream_server_ops {
void (*send_handler)(struct stream_connection *, uint16_t);
};
+void stream_terminate_connection(struct stream_connection *srv_conn, const char *reason);
+
#endif /* __SERVICE_STREAM_H__ */