From 8bfb43a861ca4562f1e5928cf9992849909c3e3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 9 Aug 2017 11:16:27 +0200 Subject: [PATCH] afb-api-ws: typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Iea02e0720e40c2b4630a15606e798c53b4bbfe6c Signed-off-by: José Bollo --- src/afb-api-ws.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.16.6