X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fircd_osdep.h;h=981b902ceb533dbd172d48677c061f4dbc7911d9;hb=f4858b15c06391be73006c63b42aa1d31fd4c87e;hp=f991a41ee66566c03ab53862bf2c82cdf39f6ba5;hpb=9ba21beb4e8832a9a4f7355c096af81637bfa3df;p=ircu2.10.12-pk.git diff --git a/include/ircd_osdep.h b/include/ircd_osdep.h index f991a41..981b902 100644 --- a/include/ircd_osdep.h +++ b/include/ircd_osdep.h @@ -43,6 +43,7 @@ extern int os_set_listen(int fd, int backlog); extern int os_set_nonblocking(int fd); extern int os_set_reuseaddr(int fd); extern int os_set_sockbufs(int fd, unsigned int size); +extern int os_set_tos(int fd,int tos); #endif /* INCLUDED_ircd_osdep_h */