X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apis.h;h=9b060ce8d130dfbcc2128aa2092e71933ac85567;hb=e94995611bd4e05a2aac1c0ae7c7f0855137b78a;hp=3e90f661a226e7369fac05ba9edc67376c82fc91;hpb=44f21bd2a3b50f92669223cdafe79993654c1e19;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apis.h b/src/afb-apis.h index 3e90f661..9b060ce8 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -28,7 +28,6 @@ struct afb_api }; -extern int afb_apis_count(); extern int afb_apis_is_valid_api_name(const char *name); extern int afb_apis_add(const char *name, struct afb_api api);