diff options
Diffstat (limited to 'src/afb-autoset.h')
-rw-r--r-- | src/afb-autoset.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |