diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-02 08:12:26 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 16:06:38 -0500 |
commit | 1cec71e3597b6ab8df939dff90cc05515d0f0272 (patch) | |
tree | 2cd2b6b4c0e25117a095fd22bc61c9747cc49370 /qemu-common.h | |
parent | c6a5a71a3a1886afad5eeb214eb6e8785f4e0319 (diff) |
Revert "support colon in filenames"
This reverts commit 707c0dbc97cddfe8d2441b8259c6c526d99f2dd8.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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); |