Update copyright dates
[src/app-framework-binder.git] / src / afb-api.h
index d55970c..70bf3c3 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");
@@ -30,7 +30,7 @@ struct afb_api_itf
 #endif
        int (*get_logmask)(void *closure);
        void (*set_logmask)(void *closure, int level);
-       struct json_object *(*describe)(void *closure);
+       void (*describe)(void *closure, void (*describecb)(void *, struct json_object *), void *clocb);
        void (*unref)(void *closure);
 };