~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to template.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-05-03 09:59:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080503095959-3zue1idtwaf9zu6m
Tags: 3.16.1-1
* New upstream release.
  - Fixes a segfault in the imklog input plugin. Closes: #479117

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
rsRetVal tplToString(struct template *pTpl, msg_t *pMsg, uchar** ppSz);
112
112
void doSQLEscape(uchar **pp, size_t *pLen, unsigned short *pbMustBeFreed, int escapeMode);
113
113
 
 
114
rsRetVal templateInit();
 
115
 
114
116
#endif /* #ifndef TEMPLATE_H_INCLUDED */
115
117
/* vim:set ai:
116
118
 */