qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] Modular command line options


From: Ian Jackson
Subject: Re: [Qemu-devel] [PATCH 1/3] Modular command line options
Date: Thu, 22 May 2008 11:20:14 +0100

iwj writes ("Re: [Qemu-devel] [PATCH 1/3] Modular command line options"):
> typedef void QEMUOptionParser(struct QEMUOption *option, const char *optarg);
> 
> typedef struct QEMUOption {
>     const char *name, *helpstring;
>     QEMUOptionParser handler;
                      ^
This should be 
      QEMUOptionParser *handler;
of course.

Ian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]