175de52487
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
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
|