summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index c2722455..a4c05222 100644
--- a/src/session.h
+++ b/src/session.h
@@ -23,6 +23,7 @@ struct AFB_clientCtx;
struct afb_event_listener_itf
{
void (*send)(void *closure, const char *event, struct json_object *object);
+ int (*expects)(void *closure, const char *event);
};
struct afb_event_listener