aboutsummaryrefslogtreecommitdiffstats
path: root/AFBClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'AFBClient.h')
-rw-r--r--AFBClient.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/AFBClient.h b/AFBClient.h
index 6625c44..b1694b8 100644
--- a/AFBClient.h
+++ b/AFBClient.h
@@ -3,12 +3,9 @@
#include <functional>
-extern "C"
-{
- struct json_object;
- struct afb_wsj1;
- struct sd_event;
-}
+struct json_object;
+struct afb_wsj1;
+struct sd_event;
class AFBClient
{
@@ -31,7 +28,7 @@ public:
static AFBClient &instance();
int init(int port, char const *token);
- int dispatch(uint64_t timeout);
+ int dispatch();
// WM API
int requestSurface(const char *label);