diff options
author | Günther Deschner <gd@samba.org> | 2011-04-28 17:26:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 12:19:04 +0200 |
commit | 12476223c6aa7473c55bcf529639eefce8450680 (patch) | |
tree | 678b93f94543e5b75216c5dd19b0dae985cbcf33 /source3/include | |
parent | bc6f24e89f2dd6204209fc9bacc7bfa9c22d0a57 (diff) | |
download | samba-12476223c6aa7473c55bcf529639eefce8450680.tar.gz samba-12476223c6aa7473c55bcf529639eefce8450680.tar.bz2 samba-12476223c6aa7473c55bcf529639eefce8450680.zip |
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 | ||||
-rw-r--r-- | source3/include/proto.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 014d1d44bd..6c1e0b4d4e 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -522,7 +522,6 @@ typedef char fstring[FSTRING_LEN]; #include "event.h" #include "../lib/util/tevent_unix.h" #include "../lib/util/tevent_ntstatus.h" -#include "../lib/tsocket/tsocket.h" #include "../lib/util/data_blob.h" #include "../lib/util/time.h" diff --git a/source3/include/proto.h b/source3/include/proto.h index c9552d7554..b4a910917e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -925,6 +925,7 @@ struct tevent_req *getaddrinfo_send(TALLOC_CTX *mem_ctx, int getaddrinfo_recv(struct tevent_req *req, struct addrinfo **res); int poll_one_fd(int fd, int events, int timeout, int *revents); int poll_intr_one_fd(int fd, int events, int timeout, int *revents); +struct tstream_context; struct tevent_req *tstream_read_packet_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct tstream_context *stream, |