~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to modules/afuser/afuser-parser.c

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-05-26 09:06:21 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20130526090621-8z2s0oi21eoljb9x
Tags: 3.3.9-1
* New upstream release.
* Include missed ivykis header (closes: #708793).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
extern int afuser_debug;
29
29
 
30
 
int afuser_parse(CfgLexer *lexer, LogDriver **instance, gpointer);
 
30
int afuser_parse(CfgLexer *lexer, LogDriver **instance, gpointer arg);
31
31
 
32
32
static CfgLexerKeyword afuser_keywords[] = {
33
33
  { "usertty",               KW_USERTTY },