]> git.proxmox.com Git - mirror_qemu.git/blob - include/qemu/path.h
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[mirror_qemu.git] / include / qemu / path.h
1 #ifndef QEMU_PATH_H
2 #define QEMU_PATH_H
3
4 void init_paths(const char *prefix);
5 const char *path(const char *pathname);
6
7 #endif