sd-event: add missing symbol, sd_event_source_set_io_fd

This appears to have been omitted in 30caf8f3af when the
the function was added.
This commit is contained in:
Dave Reisner 2014-01-03 21:15:00 -05:00
parent e3d563346c
commit 49002eb5f6
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ global:
sd_event_source_get_userdata;
sd_event_source_set_userdata;
sd_event_source_get_io_fd;
sd_event_source_set_io_fd;
sd_event_source_get_io_events;
sd_event_source_set_io_events;
sd_event_source_get_io_revents;