diff options
Diffstat (limited to 'lib/tevent/tevent_standard.c')
-rw-r--r-- | lib/tevent/tevent_standard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c index c3f8b36e84..1c8ed0e6ac 100644 --- a/lib/tevent/tevent_standard.c +++ b/lib/tevent/tevent_standard.c @@ -562,7 +562,7 @@ static const struct tevent_ops std_event_ops = { }; -bool tevent_standard_init(void) +_PRIVATE_ bool tevent_standard_init(void) { return tevent_register_backend("standard", &std_event_ops); } |