Revision 2137b4cc qemu-common.h

b/qemu-common.h
87 87
time_t mktimegm(struct tm *tm);
88 88

  
89 89
void *qemu_malloc(size_t size);
90
void *qemu_realloc(void *ptr, size_t size);
90 91
void *qemu_mallocz(size_t size);
91 92
void qemu_free(void *ptr);
92 93
char *qemu_strdup(const char *str);

Also available in: Unified diff