From b9f3a78169be962c4f1fce625ca3a291d9f93c7c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 May 2009 08:33:33 +0200 Subject: s3:libsmb: move read_smb_send/recv() static in async_smb.c metze --- source3/include/proto.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include/proto.h') 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, -- cgit