diff options
Diffstat (limited to 'include/afb/afb-api-x3-itf.h')
-rw-r--r-- | include/afb/afb-api-x3-itf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/afb/afb-api-x3-itf.h b/include/afb/afb-api-x3-itf.h index b8cfadf6..ca8fa71a 100644 --- a/include/afb/afb-api-x3-itf.h +++ b/include/afb/afb-api-x3-itf.h @@ -261,6 +261,10 @@ struct afb_api_x3_itf /** delete the api */ int (*delete_api)( struct afb_api_x3 *api); + + /** settings of the api */ + struct json_object *(*settings)( + struct afb_api_x3 *api); }; /** @} */ |