rrdfunctions-progress.h 267 B

12345678910
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef NETDATA_RRDFUNCTIONS_PROGRESS_H
  3. #define NETDATA_RRDFUNCTIONS_PROGRESS_H
  4. #include "rrd.h"
  5. int rrdhost_function_progress(BUFFER *wb, const char *function __maybe_unused);
  6. #endif //NETDATA_RRDFUNCTIONS_PROGRESS_H