From cfa794c979d46660c29ac24b1936cd2c92b8e954 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 23 Mar 2016 13:02:12 +0100 Subject: http-svc: renaming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Bollo --- include/local-def.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/local-def.h') diff --git a/include/local-def.h b/include/local-def.h index 735a34b8..44f21424 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -234,8 +234,7 @@ typedef struct { AFB_plugin **plugins; } AFB_request; -struct afb_req_handler; -struct afb_req; +struct afb_hsrv_handler; struct MHD_Daemon; typedef struct { AFB_config *config; // pointer to current config @@ -251,7 +250,7 @@ typedef struct { int readyfd; // a #fd to signal when ready to serve AFB_plugin **plugins; // pointer to REST/API plugins magic_t magic; // Mime type file magic lib - struct afb_req_handler *handlers; + struct afb_hsrv_handler *handlers; sigjmp_buf restartCkpt; // context save for restart set/longjmp } AFB_session; -- cgit 1.2.3-korg