diff options
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils.c b/lib/utils.c index 6390ec5..fd9cdff 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -201,8 +201,8 @@ again: bool icipc_epoll_thread_init (struct epoll_thread *self, int socket_fd, - icipc_epoll_thread_event_funct_t sock_func, - icipc_epoll_thread_event_funct_t other_func, + icipc_epoll_thread_event_func_t sock_func, + icipc_epoll_thread_event_func_t other_func, void *data) { struct epoll_event event; |