From 8da617e5b39cea4e7aab9bea25fba9c0d2d59f5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 2 Jun 2017 18:02:09 +0200 Subject: [PATCH] Fix typedef for afb_stored_req MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3c1cbb4a8a5473af5ac520441fecd1e5f3f253b3 Signed-off-by: José Bollo --- include/afb/afb-binding.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index ae700f41..682dcbd6 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -82,6 +82,7 @@ typedef struct afb_daemon afb_daemon; typedef struct afb_event afb_event; typedef struct afb_arg afb_arg; typedef struct afb_req afb_req; +typedef struct afb_stored_req afb_stored_req; typedef struct afb_service afb_service; #if 0 -- 2.16.6