summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent_util.h')
-rw-r--r--lib/tevent/tevent_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent_util.h b/lib/tevent/tevent_util.h
index 46a4506dac..311be604a0 100644
--- a/lib/tevent/tevent_util.h
+++ b/lib/tevent/tevent_util.h
@@ -183,6 +183,7 @@ do { \
const char **ev_str_list_add(const char **list, const char *s);
int ev_set_blocking(int fd, bool set);
size_t ev_str_list_length(const char **list);
+bool ev_set_close_on_exec(int fd);
/* Defined here so we can build against older talloc versions that don't
* have this define yet. */