]> git.proxmox.com Git - qemu.git/blobdiff - bsd-user/qemu.h
user: compile path.c only once
[qemu.git] / bsd-user / qemu.h
index d37561138350208c1646442f8a129afd4b5d72de..cbee3e72feae1b74a6c1a3e32abc8a8afcdd5a26 100644 (file)
@@ -137,8 +137,6 @@ abi_long do_openbsd_syscall(void *cpu_env, int num, abi_long arg1,
 void gemu_log(const char *fmt, ...) __attribute__((format(printf,1,2)));
 extern THREAD CPUState *thread_env;
 void cpu_loop(CPUState *env, enum BSDType bsd_type);
-void init_paths(const char *prefix);
-const char *path(const char *pathname);
 char *target_strerror(int err);
 int get_osversion(void);
 void fork_start(void);