diff options
author | malc <av1474@comtv.ru> | 2011-11-02 02:16:34 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2011-11-02 02:16:34 +0400 |
commit | ef26ee0e6c67d415f8b22850f9f13a972ada8be1 (patch) | |
tree | c18a9cc2a9f213c8a37473f9b7aa001a99898547 /qemu-common.h | |
parent | dd7b25b5b47df8aaf5580faaf3f60b2a1b779c37 (diff) | |
parent | e1c2008af64487e7d3cec615612b7f467ebe9bc8 (diff) | |
download | qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.zip qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.gz qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.bz2 |
Merge branch 'master' of git://git.qemu.org/qemu
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 1c15cb1..2ce47aa 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -129,6 +129,7 @@ time_t mktimegm(struct tm *tm); int qemu_fls(int i); int qemu_fdatasync(int fd); int fcntl_setfl(int fd, int flag); +int qemu_parse_fd(const char *param); /* * strtosz() suffixes used to specify the default treatment of an |