diff options
author | malc | 2011-11-01 23:16:34 +0100 |
---|---|---|
committer | malc | 2011-11-01 23:16:34 +0100 |
commit | ef26ee0e6c67d415f8b22850f9f13a972ada8be1 (patch) | |
tree | c18a9cc2a9f213c8a37473f9b7aa001a99898547 /qemu-common.h | |
parent | Merge branch 'master' of git://git.qemu.org/qemu (diff) | |
parent | pcnet: Add link state support (diff) | |
download | qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.gz qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.tar.xz qemu-ef26ee0e6c67d415f8b22850f9f13a972ada8be1.zip |
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 1c15cb17a7..2ce47aa12d 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 |