]> Git Repo - qemu.git/blobdiff - qemu-common.h
Sun4c cleanups (Robert Reif)
[qemu.git] / qemu-common.h
index cc95fe62bbf7758d0d1ff4d39c8365c8edca14b9..aca26746223e23b1aaa03c93b5fc8fd7d285921d 100644 (file)
@@ -82,6 +82,7 @@ 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);
This page took 0.022411 seconds and 4 git commands to generate.