X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/9634d9031c140b24c7ca0d8872632207f6ce7275..8a87f121ca82fbb34877ec843dfc50b327baef9d:/slirp/sbuf.h diff --git a/slirp/sbuf.h b/slirp/sbuf.h index a4f103623a..4f22e7c388 100644 --- a/slirp/sbuf.h +++ b/slirp/sbuf.h @@ -21,10 +21,10 @@ struct sbuf { char *sb_data; /* Actual data */ }; -void sbfree _P((struct sbuf *)); -void sbdrop _P((struct sbuf *, int)); -void sbreserve _P((struct sbuf *, int)); -void sbappend _P((struct socket *, struct mbuf *)); -void sbcopy _P((struct sbuf *, int, int, char *)); +void sbfree(struct sbuf *); +void sbdrop(struct sbuf *, int); +void sbreserve(struct sbuf *, int); +void sbappend(struct socket *, struct mbuf *); +void sbcopy(struct sbuf *, int, int, char *); #endif