From c12c74c208a30c5b18716b8faa464f0b4f643255 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 21 Sep 2017 13:11:02 +0200 Subject: Introduce afb_eventid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This new name is better suited because it is not an event but the id of an event. This also prepares the new api with pointers. Change-Id: I7be88bb36cf72bf7df70793a77452e405130b951 Signed-off-by: José Bollo --- include/afb/afb-binding-v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb/afb-binding-v2.h') diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 4780b4ef..8e88b4fd 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -20,7 +20,7 @@ #include #include "afb-auth.h" -#include "afb-event-itf.h" +#include "afb-event.h" #include "afb-req-common.h" #include "afb-service-common.h" #include "afb-daemon-common.h" -- cgit 1.2.3-korg