Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
8 lines
126 B
C
8 lines
126 B
C
#ifndef QEMU_PATH_H
|
|
#define QEMU_PATH_H
|
|
|
|
void init_paths(const char *prefix);
|
|
const char *path(const char *pathname);
|
|
|
|
#endif
|