X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/16d59a0d4a10f4e2b51fee199826a6089d3030c1..de0572442e82828190206eb22bdf2f7da04d6df7:/libcharybdis/commio.h diff --git a/libcharybdis/commio.h b/libcharybdis/commio.h index a22db1a..db65ca0 100644 --- a/libcharybdis/commio.h +++ b/libcharybdis/commio.h @@ -203,5 +203,6 @@ extern void mangle_mapped_sockaddr(struct sockaddr *in); extern int comm_get_maxconnections(void); extern fde_t *comm_locate_fd(int fd); +extern fde_t *comm_add_fd(int fd); #endif /* INCLUDED_commio_h */