lib: Remove a duplicate prototype for set_blocking()
[samba.git] / 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,