summaryrefslogtreecommitdiffstats
path: root/src/plugin_checks.h
blob: 05a40bea071f941b5fe013a718f5ab1dc1a35204 (plain)
1
2
3
4
5
6
7
8
#ifndef NETDATA_PLUGIN_CHECKS_H
#define NETDATA_PLUGIN_CHECKS_H 1

#ifdef NETDATA_INTERNAL_CHECKS
void *checks_main(void *ptr);
#endif // NETDATA_INTERNAL_CHECKS

#endif /* NETDATA_PLUGIN_PROC_H */