#ifndef QEMU_PATH_H #define QEMU_PATH_H 1 void init_paths(const char *prefix); const char *path(const char *pathname); #endif