summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-07-17 12:40:28 +0200
committerJeremy Allison <jra@samba.org>2020-08-17 19:35:37 +0000
commit2ccc9df4b313e8ff07a6c6ee34ab52c5c283c2c9 (patch)
treed6176169b396f63c6b671a50c9708398e9533dfa /source3/include/proto.h
parent2e7f3e5e650b31c5cdd89dfa703844053b4e4885 (diff)
downloadsamba-2ccc9df4b313e8ff07a6c6ee34ab52c5c283c2c9.tar.gz
lib: Move read_udp_v4_socket() to nmbd
This is the only consumer of it Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index fe3acde078e..1c505579b9d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -525,10 +525,6 @@ const char *client_socket_addr(int fd, char *addr, size_t addr_len);
int client_socket_port(int fd);
bool is_a_socket(int fd);
void set_socket_options(int fd, const char *options);
-ssize_t read_udp_v4_socket(int fd,
- char *buf,
- size_t len,
- struct sockaddr_storage *psa);
NTSTATUS read_fd_with_timeout(int fd, char *buf,
size_t mincnt, size_t maxcnt,
unsigned int time_out,