From 59cd34b59853f6a47e756d7ab5bc0329f40a471c Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 22 Sep 2017 15:17:31 +0200 Subject: Allow dynamic creation of APIs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I825bfa7969c98dd214457d9ff94e2948362286a9 Signed-off-by: José Bollo --- include/afb/afb-request.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/afb/afb-request.h') diff --git a/include/afb/afb-request.h b/include/afb/afb-request.h index 26b2ef11..678922b3 100644 --- a/include/afb/afb-request.h +++ b/include/afb/afb-request.h @@ -19,8 +19,6 @@ #include "afb-request-itf.h" -typedef struct afb_request afb_request; - /* * Gets from the request 'request' the argument of 'name'. * Returns a PLAIN structure of type 'struct afb_arg'. -- cgit 1.2.3-korg