X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so.h;h=143b7a05a1a26caa89d872f313abd5220aa0fed8;hb=b41ed8f8cbbdf7cff415f69f6f9b4a92cfe1f37d;hp=8ef58a530692232ec042cb9688d1bfc79c4024ee;hpb=c7e9786d408f13d8f8f43c6b68da916bbb1ed5f3;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so.h b/src/afb-api-so.h index 8ef58a53..143b7a05 100644 --- a/src/afb-api-so.h +++ b/src/afb-api-so.h @@ -18,6 +18,8 @@ #pragma once +extern void afb_api_so_set_timeout(int to); + extern int afb_api_so_add_plugin(const char *path); extern int afb_api_so_add_directory(const char *path);