From ffd7cee150527fbbfe29b5f9d30c1aec2137e392 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Oct 2010 00:49:13 +0200 Subject: torture: Link against rpc server itself, not service module. (against which we can't link). --- source4/smbd/service_stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/smbd') 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__ */ -- cgit