summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-07-25 11:38:36 +0200
committerJeremy Allison <jra@samba.org>2019-08-06 21:49:28 +0000
commite049ef3e787d8e7939b70d67a167766e89a04083 (patch)
tree3e6d89832e960d5a2bbda5f6211e92cbf8588122 /source3/include
parent04dcae23ab47a31a7348f0246cc2cf434d4e5fc6 (diff)
downloadsamba-e049ef3e787d8e7939b70d67a167766e89a04083.tar.gz
lib: Remove a duplicate prototype for set_blocking()
This is now in lib/util/blocking.h Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
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,