Fix: protect visibility of filter-parser functions
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Aug 2012 21:19:53 +0000 (17:19 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 10 Aug 2012 21:20:48 +0000 (17:20 -0400)
Some functions share the same name between ctf-parser/lexer and
filter-parser/lexer.

This patch protects the visibility of the functions with the same name
to avoid linkage confusions.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>

No differences found
This page took 0.026709 seconds and 4 git commands to generate.