ilove.h 340 B

12345678910111213
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef NETDATA_WEB_API_ILOVE_H
  3. #define NETDATA_WEB_API_ILOVE_H 1
  4. #include "libnetdata/libnetdata.h"
  5. #include "web/server/web_client.h"
  6. int web_client_api_request_v2_ilove(RRDHOST *host, struct web_client *w, char *url);
  7. #include "web/api/web_api_v1.h"
  8. #endif /* NETDATA_WEB_API_ILOVE_H */