Skip to content

Commit

Permalink
xml: add filterx parse_xml() generator function
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Aug 13, 2024
1 parent 58eafb9 commit dd338ba
Show file tree
Hide file tree
Showing 6 changed files with 644 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/xml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ set(xml_SOURCES
"xml.h"
"xml-private.h"
"windows-eventlog-xml-parser.h"
"filterx-parse-xml.h"

"xml-plugin.c"
"xml-parser.c"
"xml.c"
"windows-eventlog-xml-parser.c"
"filterx-parse-xml.c"
)


Expand Down
4 changes: 3 additions & 1 deletion modules/xml/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ modules_xml_libxml_la_SOURCES = \
modules/xml/xml.c \
modules/xml/xml-private.h \
modules/xml/windows-eventlog-xml-parser.h \
modules/xml/windows-eventlog-xml-parser.c
modules/xml/windows-eventlog-xml-parser.c \
modules/xml/filterx-parse-xml.h \
modules/xml/filterx-parse-xml.c


BUILT_SOURCES += \
Expand Down
Loading

0 comments on commit dd338ba

Please sign in to comment.