Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / ircd_osdep.h
index f991a41ee66566c03ab53862bf2c82cdf39f6ba5..981b902ceb533dbd172d48677c061f4dbc7911d9 100644 (file)
@@ -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 */