]> Git Repo - qemu.git/blob - include/qemu/path.h
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into...
[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
This page took 0.022933 seconds and 4 git commands to generate.