Update copyright dates
[src/app-framework-binder.git] / src / evmgr.h
index c78ea33..51f28d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
  * 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);