Fix bug 6673 - smbpasswd does not work with "unix password sync = yes". Revert change...
[obnox/samba-ctdb.git] / source3 / include / proto.h
index 18555bcc0c2290f8bccdd617a1f5784e1133ed95..85619eecf793fc13e25a57a0dfae810bc4b553d5 100644 (file)
@@ -1373,7 +1373,7 @@ ssize_t read_udp_v4_socket(int fd,
                        char *buf,
                        size_t len,
                        struct sockaddr_storage *psa);
-NTSTATUS read_socket_with_timeout(int fd, char *buf,
+NTSTATUS read_fd_with_timeout(int fd, char *buf,
                                  size_t mincnt, size_t maxcnt,
                                  unsigned int time_out,
                                  size_t *size_ret);