X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apis.h;h=e9834d0e9b56a19b4416ca6c4ab68cd182eebd66;hb=41618d081d650f9cc105034bfa37d3b861663db7;hp=540b644bf7dea61a0c5f9b69ceb92866fa9961b7;hpb=0b838a6101edc810098ee0645d3bfd966096ae07;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apis.h b/src/afb-apis.h index 540b644b..e9834d0e 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -28,6 +28,7 @@ struct afb_api int (*service_start)(void *closure, int share_session, int onneed); }; +extern void afb_apis_set_timeout(int to); extern int afb_apis_is_valid_api_name(const char *name);