Revision 7c7c0629 qemu-common.h

b/qemu-common.h
161 161
void qemu_mutex_unlock_iothread(void);
162 162

  
163 163
int qemu_open(const char *name, int flags, ...);
164
ssize_t qemu_write_full(int fd, const void *buf, size_t count);
164
ssize_t qemu_write_full(int fd, const void *buf, size_t count)
165
    QEMU_WARN_UNUSED_RESULT;
165 166
void qemu_set_cloexec(int fd);
166 167

  
167 168
#ifndef _WIN32

Also available in: Unified diff