diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-08-09 11:16:27 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-08-09 11:16:27 +0200 |
commit | 8bfb43a861ca4562f1e5928cf9992849909c3e3a (patch) | |
tree | a46540aaebbf2c8f53cd3c2859c48ae599806dec | |
parent | b955575d6e5b35341982c64ab9053c31b1e42a48 (diff) |
afb-api-ws: typo
Change-Id: Iea02e0720e40c2b4630a15606e798c53b4bbfe6c
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-api-ws.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-api-ws.h b/src/afb-api-ws.h index 831d5ea0..44dedca3 100644 --- a/src/afb-api-ws.h +++ b/src/afb-api-ws.h @@ -18,7 +18,7 @@ #pragma once -struct afb_req_itf; +struct afb_apiset; extern int afb_api_ws_add_client(const char *path, struct afb_apiset *apiset); |