On Tue, May 28, 2013 at 05:27:27PM +0200, Kevin Wolf wrote:
> diff --git a/cmd.h b/cmd.h
> index ccf6336..d676408 100644
> --- a/cmd.h
> +++ b/cmd.h
> @@ -59,7 +59,6 @@ int command(const cmdinfo_t *ci, int argc, char **argv);
>
> /* from input.h */
> char **breakline(char *input, int *count);
>
On 05/28/2013 09:27 AM, Kevin Wolf wrote:
> It's duplicated code. Move it to qemu-io-cmds.c because it's not
> dependent on any static data of the qemu-io tool.
>
> Signed-off-by: Kevin Wolf
> ---
> cmd.c | 43 +--
> cmd.h | 3 ++-
> qem
It's duplicated code. Move it to qemu-io-cmds.c because it's not
dependent on any static data of the qemu-io tool.
Signed-off-by: Kevin Wolf
---
cmd.c | 43 +--
cmd.h | 3 ++-
qemu-io-cmds.c | 24
3 files changed