Revision 13cf8f21 net.h

b/net.h
4 4
#include "qemu-queue.h"
5 5
#include "qemu-common.h"
6 6
#include "qdict.h"
7
#include "qemu-option.h"
7 8

  
8 9
/* VLANs support */
9 10

  
......
136 137
extern const char *legacy_bootp_filename;
137 138

  
138 139
int net_client_init(Monitor *mon, const char *device, const char *p);
140
int net_client_init_from_opts(Monitor *mon, QemuOpts *opts);
139 141
void net_client_uninit(NICInfo *nd);
140 142
int net_client_parse(const char *str);
141 143
int net_slirp_smb(const char *exported_dir);

Also available in: Unified diff