diff options
| author | Stefan Metzmacher <metze@samba.org> | 2009-05-13 08:33:33 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2009-05-13 18:27:50 +0200 |
| commit | b9f3a78169be962c4f1fce625ca3a291d9f93c7c (patch) | |
| tree | 19c44f9de3ec0cd421507e967989c3553adc230f /source3/include | |
| parent | ca6ec5ecd78d98ef841981b2ea124b1d772e4ceb (diff) | |
s3:libsmb: move read_smb_send/recv() static in async_smb.c
metze
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 95613ad548..fd49050c38 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1415,11 +1415,6 @@ int create_pipe_sock(const char *socket_dir, mode_t dir_perms); const char *get_mydnsfullname(void); bool is_myname_or_ipaddr(const char *s); -struct tevent_req *read_smb_send(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - int fd); -ssize_t read_smb_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, - uint8_t **pbuf, int *perrno); struct tevent_req *getaddrinfo_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct fncall_context *ctx, |
