diff options
author | Günther Deschner <gd@samba.org> | 2011-04-29 23:58:18 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:43 +0200 |
commit | 89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2 (patch) | |
tree | 00b4a8323e2f0fb8ceeb1237805c7d72e42aa438 /libcli/named_pipe_auth | |
parent | daa02f34b181a3ec7224e920f787cc677bc3cdf2 (diff) | |
download | samba-89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2.tar.gz samba-89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2.tar.bz2 samba-89ceb489784358f9476bb6be0ad3ab9ea4d1b9c2.zip |
libcli/named_pipe_auth: add forward declaration in npa_tstream.h.
Guenther
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r-- | libcli/named_pipe_auth/npa_tstream.h | 1 |
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 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, |