diff options
Diffstat (limited to 'src/afb-api-so-v1.h')
-rw-r--r-- | src/afb-api-so-v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-api-so-v1.h b/src/afb-api-so-v1.h index d89ad60c..be8f8401 100644 --- a/src/afb-api-so-v1.h +++ b/src/afb-api-so-v1.h @@ -18,4 +18,4 @@ #pragma once -extern int afb_api_so_v1_add(const char *path, void *handle); +extern int afb_api_so_v1_add(const char *path, void *handle, struct afb_apiset *apiset); |