Vladimir Prus wrote: > > Presently, each MI command is implemented with a function, but there are > two different interfaces -- old uses "char *" to pass all parameters lumped > together, while new one uses "char ** + int", like argc/argv. > > This patch kills the old interface completely. Checked in. I've attached a wrong patch, this is what I've actually checked in. - Volodya