]> git.proxmox.com Git - mirror_qemu.git/blob - slirp/main.h
slirp: Fix build with gcc 9
[mirror_qemu.git] / slirp / main.h
1 /*
2 * Copyright (c) 1995 Danny Gasparovski.
3 *
4 * Please read the file COPYRIGHT for the
5 * terms and conditions of the copyright.
6 */
7
8 #ifndef SLIRP_MAIN_H
9 #define SLIRP_MAIN_H
10
11 extern unsigned curtime;
12 extern struct in_addr loopback_addr;
13 extern unsigned long loopback_mask;
14
15 int if_encap(Slirp *slirp, struct mbuf *ifm);
16 ssize_t slirp_send(struct socket *so, const void *buf, size_t len, int flags);
17
18 #endif