X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-autoset.h;h=1a16942b83e1a9c7b147473f71f347766f77cbf1;hb=refs%2Fheads%2Fsandbox%2FDDTLK%2Fpakage;hp=50fdec1a702cd12938e68b9b965f063da3cc42ff;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-autoset.h b/src/afb-autoset.h index 50fdec1a..1a16942b 100644 --- a/src/afb-autoset.h +++ b/src/afb-autoset.h @@ -21,3 +21,4 @@ struct afb_apiset; extern int afb_autoset_add_ws(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set); extern int afb_autoset_add_so(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set); +extern int afb_autoset_add_any(const char *path, struct afb_apiset *declare_set, struct afb_apiset *call_set);