summaryrefslogtreecommitdiffstats
path: root/template.h
blob: 8f96c43b3a7769bd23a7b7cc564bc67e577b1c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This is the header for template processing code of rsyslog.
 * Please see syslogd.c for license information.
 * This code is placed under the GPL.
 * begun 2004-11-17 rgerhards
 */
struct template {
	char *pszName;
	char *pszTemplate;
};

struct template* tplConstruct(void);

/*
 * vi:set ai:
 */