]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-common.h
Revert r5532, r5536 and a piece of r5531.
[mirror_qemu.git] / qemu-common.h
index f23d7b4cc7e99365bdf15e9e5be67e4c688bdf72..2b7f7e1a10bd9d9441f86c34c1ef2c8a27421151 100644 (file)
@@ -89,7 +89,6 @@ int qemu_timedate_diff(struct tm *tm);
 /* cutils.c */
 void pstrcpy(char *buf, int buf_size, const char *str);
 char *pstrcat(char *buf, int buf_size, const char *s);
-char *pstrdup(const char *str, size_t buf_size);
 int strstart(const char *str, const char *val, const char **ptr);
 int stristart(const char *str, const char *val, const char **ptr);
 time_t mktimegm(struct tm *tm);