23#ifndef OPENSCAP_XMLFILECONTENT_PROBE_H
24#define OPENSCAP_XMLFILECONTENT_PROBE_H
28int xmlfilecontent_probe_offline_mode_supported(
void);
29void *xmlfilecontent_probe_init(
void);
30int xmlfilecontent_probe_main(
probe_ctx *ctx,
void *arg);
31void xmlfilecontent_probe_fini(
void *arg);