]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove a duplicate prototype for set_blocking()
authorVolker Lendecke <vl@samba.org>
Thu, 25 Jul 2019 09:38:36 +0000 (11:38 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 6 Aug 2019 21:49:28 +0000 (21:49 +0000)
This is now in lib/util/blocking.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/proto.h

index 04fab2cd9286b1a99c04cb832e76475cdfb1a8c9..e3ed2b8e4cbd874cf6c9728d94c4b8594bd03559 100644 (file)
@@ -334,7 +334,6 @@ ssize_t message_push_blob(uint8_t **outbuf, DATA_BLOB blob);
 char *unix_clean_name(TALLOC_CTX *ctx, const char *s);
 char *clean_name(TALLOC_CTX *ctx, const char *s);
 ssize_t write_data_at_offset(int fd, const char *buffer, size_t N, off_t pos);
-int set_blocking(int fd, bool set);
 NTSTATUS init_before_fork(void);
 NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx,
                           struct tevent_context *ev_ctx,