diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-21 15:17:11 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-09 14:08:32 +0200 |
commit | e0fa1cdd56ffb97fedc3ba8df482a14323d876c7 (patch) | |
tree | b46aa71354c964373ca5fc6f575a4eaca6f2363f /include/afb/afb-req-v1.h | |
parent | c12c74c208a30c5b18716b8faa464f0b4f643255 (diff) |
Introduce afb_request
This prepares the new api with pointers.
Change-Id: I4eb299551145226e428934b6835a1a7810ae6439
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-req-v1.h')
-rw-r--r-- | include/afb/afb-req-v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-req-v1.h b/include/afb/afb-req-v1.h index db231352..3a737699 100644 --- a/include/afb/afb-req-v1.h +++ b/include/afb/afb-req-v1.h @@ -18,7 +18,7 @@ #pragma once #include <stdlib.h> -#include "afb-req-common.h" +#include "afb-req.h" /* * Stores 'req' on heap for asynchrnous use. |