From: José Bollo Date: Wed, 9 Aug 2017 09:16:27 +0000 (+0200) Subject: afb-api-ws: typo X-Git-Tag: eel/4.99.1~80 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=8bfb43a861ca4562f1e5928cf9992849909c3e3a afb-api-ws: typo Change-Id: Iea02e0720e40c2b4630a15606e798c53b4bbfe6c Signed-off-by: José Bollo --- 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);