summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.h
diff options
context:
space:
mode:
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__ */