summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/EventLoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibCore/EventLoop.h')
-rw-r--r--Libraries/LibCore/EventLoop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibCore/EventLoop.h b/Libraries/LibCore/EventLoop.h
index b122bdf860..eaa8d018e3 100644
--- a/Libraries/LibCore/EventLoop.h
+++ b/Libraries/LibCore/EventLoop.h
@@ -76,6 +76,7 @@ public:
static void wake();
private:
+ bool start_rpc_server();
void wait_for_event(WaitMode);
Optional<struct timeval> get_next_timer_expiration();