X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apis.h;h=9b060ce8d130dfbcc2128aa2092e71933ac85567;hb=3bf52bb36ed428d0a7b947519fbccc7c376fd4a9;hp=3e90f661a226e7369fac05ba9edc67376c82fc91;hpb=8ab18c9dd70205755b67001ce27a499c0196ad63;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);