summaryrefslogtreecommitdiffstats
path: root/src/plugin_tc.h
blob: f23669daecd8ede2fb81b6bba2e54009019a7c9d (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_PLUGIN_TC_H
#define NETDATA_PLUGIN_TC_H 1

extern void *tc_main(void *ptr);

#endif /* NETDATA_PLUGIN_TC_H */