summaryrefslogtreecommitdiffstats
path: root/tools/templates.h.cmake
blob: 338c5369a65d31431ae8ed2261c76ada02a63ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * This file is part of RTRlib.
 *
 * This file is subject to the terms and conditions of the MIT license.
 * See the file LICENSE in the top level directory for more details.
 *
 * Website: http://rtrlib.realmv6.org/
 */

 #include <stddef.h>


struct pfx_output_template {
	const char *name;
	const char *template;
};


const struct pfx_output_template templates[] = {
${TEMPLATES}
{NULL, NULL}
};