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); > -void doneline(char *input, char **vec); > char *fetchline(void); > > void cvtstr(double value, char *str, size_t sz); > @@ -77,4 +76,6 @@ void timestr(struct timeval *tv, char *str, size_t sz, int > flags); > > extern char *progname; > > +bool qemuio_command(const char *cmd);
If we keep cmd.h generic then qemuio_command() should go into another header file.