aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-07-12 14:33:13 +0300
committerAvi Kivity <avi@redhat.com>2009-07-12 14:33:13 +0300
commiteb40653fcb920b7effa9bf2aaeab1337f815c179 (patch)
treef6c3268485b9c03e61a9f34d130fe2b3d9753b0d /qemu-common.h
parentvirtio: mark msi vectors used on load (diff)
downloadqemu-kvm-eb40653fcb920b7effa9bf2aaeab1337f815c179.tar.gz
qemu-kvm-eb40653fcb920b7effa9bf2aaeab1337f815c179.tar.bz2
qemu-kvm-eb40653fcb920b7effa9bf2aaeab1337f815c179.zip
Revert "support colon in filenames"
This reverts commit 707c0dbc97cddfe8d2441b8259c6c526d99f2dd8. It was reverted from upstream as well. Conflicts: block.c Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 53ff1d600..d478b47d3 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);