]> git.proxmox.com Git - mirror_qemu.git/blame - slirp/state.h
usb: remove unnecessary NULL device check from usb_ep_get()
[mirror_qemu.git] / slirp / state.h
CommitLineData
268c95d7
MAL
1#ifndef SLIRP_STATE_H_
2#define SLIRP_STATE_H_
3
4#include "libslirp.h"
5
6void slirp_state_register(Slirp *slirp);
7void slirp_state_unregister(Slirp *slirp);
8
9#endif /* SLIRP_STATE_H_ */