1 /*
2  * This file and its contents are licensed under the Timescale License.
3  * Please see the included NOTICE for copyright information and
4  * LICENSE-TIMESCALE for a copy of the license.
5  */
6 #ifndef TIMESCALEDB_TSL_TELEMETRY_H
7 #define TIMESCALEDB_TSL_TELEMETRY_H
8 
9 #include <postgres.h>
10 #include <utils/jsonb.h>
11 
12 void tsl_telemetry_add_info(JsonbParseState **parse_state);
13 
14 #endif /* TIMESCALEDB_TSL_TELEMETRY_H */
15