]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - libcharybdis/commio.h
Replace int fd; in local client object with an fde object.
[irc/rqf/shadowircd.git] / libcharybdis / commio.h
index a22db1ad785847abef0c45c96fd80397a8910384..db65ca0c59a2ace9ea065b1a57fd609ce38aefd1 100644 (file)
@@ -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 */