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

« back to all changes in this revision

Viewing changes to lib/cfg-lex.h

  • 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:
281
281
 
282
282
void _cfg_lexer_set_lineno (int line_number ,yyscan_t yyscanner );
283
283
 
 
284
int _cfg_lexer_get_column  (yyscan_t yyscanner );
 
285
 
 
286
void _cfg_lexer_set_column (int column_no ,yyscan_t yyscanner );
 
287
 
284
288
YYSTYPE * _cfg_lexer_get_lval (yyscan_t yyscanner );
285
289
 
286
290
void _cfg_lexer_set_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
358
362
#line 261 "cfg-lex.l"
359
363
 
360
364
 
361
 
#line 362 "cfg-lex.h"
 
365
#line 366 "cfg-lex.h"
362
366
#undef _cfg_lexer_IN_HEADER
363
367
#endif /* _cfg_lexer_HEADER_H */