IOThread: make io_thread_get() "const"

This commit is contained in:
Max Kellermann 2014-04-05 09:26:45 +02:00
parent 74a05a7f53
commit 5360c0c588
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ io_thread_quit(void);
void
io_thread_deinit(void);
gcc_pure
gcc_const
EventLoop &
io_thread_get();