aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2010-09-10 11:50:34 +0200
committerDavid 'Digit' Turner <digit@android.com>2010-09-13 00:30:34 -0700
commitb91980562344f6a3b719bfe4be007fa9406e585f (patch)
treed27adae483fb37401a6992a60f008c6ed435919e /qemu-common.h
parent4143d8f4c302878923bde0cb2420f4ca27245bcd (diff)
downloadexternal_qemu-b91980562344f6a3b719bfe4be007fa9406e585f.zip
external_qemu-b91980562344f6a3b719bfe4be007fa9406e585f.tar.gz
external_qemu-b91980562344f6a3b719bfe4be007fa9406e585f.tar.bz2
upstream: osdep changes + fix mingw build.
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 73555e1..aba3887 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -138,6 +138,10 @@ int qemu_fls(int i);
int qemu_fdatasync(int fd);
int fcntl_setfl(int fd, int flag);
+/* path.c */
+void init_paths(const char *prefix);
+const char *path(const char *pathname);
+
#define qemu_isalnum(c) isalnum((unsigned char)(c))
#define qemu_isalpha(c) isalpha((unsigned char)(c))
#define qemu_iscntrl(c) iscntrl((unsigned char)(c))