From: Volker Lendecke Date: Thu, 25 Jul 2019 09:38:36 +0000 (+0200) Subject: lib: Remove a duplicate prototype for set_blocking() X-Git-Tag: tdb-1.4.2~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e049ef3e787d8e7939b70d67a167766e89a04083;p=thirdparty%2Fsamba.git lib: Remove a duplicate prototype for set_blocking() This is now in lib/util/blocking.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 04fab2cd928..e3ed2b8e4cb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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,