diff options
Diffstat (limited to 'include/afb/afb-binding.h')
-rw-r--r-- | include/afb/afb-binding.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index f8e38c49..f7047596 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -67,6 +67,7 @@ #include "afb-binding-v1.h" #include "afb-binding-v2.h" +#include "afb-binding-vdyn.h" typedef struct afb_verb_desc_v1 afb_verb_desc_v1; typedef struct afb_binding_desc_v1 afb_binding_desc_v1; @@ -85,6 +86,10 @@ typedef struct afb_req afb_req; typedef struct afb_stored_req afb_stored_req; typedef struct afb_service afb_service; +typedef struct afb_dynapi afb_dynapi; +typedef struct afb_request afb_request; +typedef struct afb_eventid afb_eventid; + #if 0 /* these typedef's shouldn't be needed */ typedef enum afb_binding_type_v1 afb_binding_type_v1; |