summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 23:58:18 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:17:57 +0200
commit53488f7958f147994bdf43ce67609aa53a85db22 (patch)
tree51434328b46e368adc357427591c477878638564
parentbc4e2b76349622813552c67d5429ea2d76af57e0 (diff)
downloadsamba-53488f7958f147994bdf43ce67609aa53a85db22.tar.gz
samba-53488f7958f147994bdf43ce67609aa53a85db22.tar.xz
samba-53488f7958f147994bdf43ce67609aa53a85db22.zip
libcli/named_pipe_auth: add forward declaration in npa_tstream.h.
Guenther (cherry picked from commit 89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2) (cherry picked from commit 1fff2580d791a92137f9d5ab27dcb4a82188f020)
-rw-r--r--libcli/named_pipe_auth/npa_tstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.h b/libcli/named_pipe_auth/npa_tstream.h
index f2223170f0c..1d85de7d911 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,