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_DIST_BACKUP_H
7 #define TIMESCALEDB_TSL_DIST_BACKUP_H
8 
9 #include <postgres.h>
10 
11 extern Datum create_distributed_restore_point(PG_FUNCTION_ARGS);
12 
13 #endif /* TIMESCALEDB_TSL_DIST_BACKUP_H */
14