aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-proto-ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-proto-ws.h')
-rw-r--r--src/afb-proto-ws.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-proto-ws.h b/src/afb-proto-ws.h
index 9cdf4902..a3d4a0dd 100644
--- a/src/afb-proto-ws.h
+++ b/src/afb-proto-ws.h
@@ -24,7 +24,7 @@ struct afb_proto_ws_subcall;
struct afb_proto_ws_describe;
struct afb_proto_ws_client_itf
-{
+{
void (*on_reply_success)(void *closure, void *request, struct json_object *result, const char *info);
void (*on_reply_fail)(void *closure, void *request, const char *status, const char *info);