Update copyright dates
[src/app-framework-binder.git] / src / afb-supervision.h
index 70f8a12..2ee1ba9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 "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");
@@ -18,4 +18,7 @@
 
 #pragma once
 
-extern int afb_supervision_init();
+struct afb_apiset;
+struct json_object;
+
+extern int afb_supervision_init(struct afb_apiset *apiset, struct json_object *config);