20#ifndef __PROBE_CHROOT__
21#define __PROBE_CHROOT__
23#include "common/util.h"
37void probe_chroot_init(
struct probe_chroot *ch,
const char *scan_path);
59const char *probe_chroot_get_path(
const struct probe_chroot *ch);
Definition probe-chroot.h:26