test domo: add capabilities
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-02-21 18:14:13 +01:00
parent a5521f05f1
commit c5e62514bc
8 changed files with 88 additions and 4 deletions

View File

@@ -34,6 +34,9 @@
#define kerror_body "{ \"status\": \"error\" }"
#define kempty_body "{}"
extern int capabilities_handler(restd_resp_t *response, void *arg);
// Outlets
extern int outlet_create_handler(restd_resp_t *response, void *arg);
extern int outlet_list_handler(restd_resp_t *response, void *arg);