diff options
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h index a5d8fffb75..6a15f89348 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -104,7 +104,6 @@ void qemu_get_timedate(struct tm *tm, int offset); int qemu_timedate_diff(struct tm *tm); /* cutils.c */ -const char *fill_token(char *buf, int buf_size, const char *str, char); void pstrcpy(char *buf, int buf_size, const char *str); char *pstrcat(char *buf, int buf_size, const char *s); int strstart(const char *str, const char *val, const char **ptr); |