diff options
Diffstat (limited to 'src/IOThread.hxx')
-rw-r--r-- | src/IOThread.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/IOThread.hxx b/src/IOThread.hxx index 8c6f233ab..cfa34a494 100644 --- a/src/IOThread.hxx +++ b/src/IOThread.hxx @@ -22,15 +22,13 @@ #include "gcc.h" -#include <glib.h> - class EventLoop; void io_thread_init(void); -bool -io_thread_start(GError **error_r); +void +io_thread_start(); /** * Run the I/O event loop synchronously in the current thread. This |