Revision 59a5264b os-win32.c

b/os-win32.c
31 31
#include <sys/time.h>
32 32
#include "config-host.h"
33 33
#include "sysemu.h"
34
#include "qemu-options.h"
34 35

  
35 36
/***********************************************************/
36 37
/* Polling handling */
......
204 205
    }
205 206
    return NULL;
206 207
}
208

  
209
/*
210
 * Parse OS specific command line options.
211
 * return 0 if option handled, -1 otherwise
212
 */
213
void os_parse_cmd_args(int index, const char *optarg)
214
{
215
    return;
216
}

Also available in: Unified diff