diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-06-05 14:19:38 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-06-06 11:27:05 +0200 |
commit | 0b613881ae8fc59359b3d91e666fea6c9b1e731b (patch) | |
tree | 54a2c6656561f6359f0f90c52b2ab536eb801f78 /cmd.h | |
parent | d1174f13e78e2f43f7ae33d59b62b0b94468c8db (diff) |
qemu-io: Move remaining helpers from cmd.c
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -43,20 +43,6 @@ void qemuio_add_command(const cmdinfo_t *ci); int qemuio_command_usage(const cmdinfo_t *ci); -/* from input.h */ -void cvtstr(double value, char *str, size_t sz); - -struct timeval tsub(struct timeval t1, struct timeval t2); -double tdiv(double value, struct timeval tv); - -enum { - DEFAULT_TIME = 0x0, - TERSE_FIXED_TIME = 0x1, - VERBOSE_FIXED_TIME = 0x2 -}; - -void timestr(struct timeval *tv, char *str, size_t sz, int flags); - bool qemuio_command(const char *cmd); #endif /* __COMMAND_H__ */ |