diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-22 15:17:31 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-09 14:08:33 +0200 |
commit | 59cd34b59853f6a47e756d7ab5bc0329f40a471c (patch) | |
tree | 8655c0191ac3e1bf5d11236909c2422dcd4cd801 /include/afb/afb-request.h | |
parent | 325e6a7f034c80562096d60ab01f2e4532eea98c (diff) |
Allow dynamic creation of APIs
Change-Id: I825bfa7969c98dd214457d9ff94e2948362286a9
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-request.h')
-rw-r--r-- | include/afb/afb-request.h | 2 |
1 files changed, 0 insertions, 2 deletions
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'. |