summaryrefslogtreecommitdiffstats
path: root/src/backends.h
blob: 61122a1d07a5b43be4f10aa7dda94bafd55d641e (plain)
1
2
3
4
5
6
#ifndef NETDATA_BACKENDS_H
#define NETDATA_BACKENDS_H 1

void *backends_main(void *ptr);

#endif /* NETDATA_BACKENDS_H */