From 89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Apr 2011 23:58:18 +0200 Subject: libcli/named_pipe_auth: add forward declaration in npa_tstream.h. Guenther --- libcli/named_pipe_auth/npa_tstream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcli/named_pipe_auth/npa_tstream.h') diff --git a/libcli/named_pipe_auth/npa_tstream.h b/libcli/named_pipe_auth/npa_tstream.h index f2223170f0..1d85de7d91 100644 --- a/libcli/named_pipe_auth/npa_tstream.h +++ b/libcli/named_pipe_auth/npa_tstream.h @@ -23,6 +23,7 @@ struct tevent_req; struct tevent_context; struct auth_session_info_transport; +struct tsocket_address; struct tevent_req *tstream_npa_connect_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, -- cgit