X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fevmgr.h;h=51f28d62796c640def7c7b35aed9b46c3941c3a7;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=c78ea33f11d9c2e7c5b18cbf70094cf6a1219834;hpb=d9de3cd38b17ad16fb6ad6f74e83f4700c5f2b49;p=src%2Fapp-framework-binder.git diff --git a/src/evmgr.h b/src/evmgr.h index c78ea33f..51f28d62 100644 --- a/src/evmgr.h +++ b/src/evmgr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,6 +20,7 @@ struct evmgr; +extern void evmgr_prepare_run(struct evmgr *evmgr); extern void evmgr_run(struct evmgr *evmgr); extern void evmgr_job_run(int signum, struct evmgr *evmgr); extern int evmgr_can_run(struct evmgr *evmgr);