summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-04 09:41:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-04 09:41:42 +0000
commit456c701f8cc82b30babb0234dc6bac827859b21a (patch)
tree315dd070d42926a689caa8de8f27b76e3b5f947b /template.h
parent5aa36b63aeedc7801f7c187b98d538b01898c04c (diff)
downloadrsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.tar.gz
rsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.tar.xz
rsyslog-456c701f8cc82b30babb0234dc6bac827859b21a.zip
some more unsigned char conversions...
Diffstat (limited to 'template.h')
-rw-r--r--template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.h b/template.h
index a23a3ba6..0e707eff 100644
--- a/template.h
+++ b/template.h
@@ -63,7 +63,7 @@ struct templateEntry {
};
struct template* tplConstruct(void);
-struct template *tplAddLine(char* pName, char** pRestOfConfLine);
+struct template *tplAddLine(char* pName, unsigned char** pRestOfConfLine);
struct template *tplFind(char *pName, int iLenName);
int tplGetEntryCount(struct template *pTpl);
void tplDeleteAll(void);