From: José Bollo Date: Fri, 2 Jun 2017 16:02:09 +0000 (+0200) Subject: Fix typedef for afb_stored_req X-Git-Tag: dab_3.99.2~20 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=8da617e5b39cea4e7aab9bea25fba9c0d2d59f5b;hp=8a30491d5e60239a338e485311a29c43398726e9;p=src%2Fapp-framework-binder.git Fix typedef for afb_stored_req Change-Id: I3c1cbb4a8a5473af5ac520441fecd1e5f3f253b3 Signed-off-by: José Bollo --- 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