summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/tevent_select.c')
-rw-r--r--lib/tevent/tevent_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_select.c b/lib/tevent/tevent_select.c
index d97418991a..1598094d2d 100644
--- a/lib/tevent/tevent_select.c
+++ b/lib/tevent/tevent_select.c
@@ -241,7 +241,7 @@ static const struct tevent_ops select_event_ops = {
.loop_wait = tevent_common_loop_wait,
};
-bool tevent_select_init(void)
+_PRIVATE_ bool tevent_select_init(void)
{
return tevent_register_backend("select", &select_event_ops);
}