1 2 3 4 5 6 7
#ifndef QEMU_PATH_H #define QEMU_PATH_H void init_paths(const char *prefix); const char *path(const char *pathname); #endif