]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/s_auth.h
Restore and update send_oper_motd().
[irc/rqf/shadowircd.git] / include / s_auth.h
index fc99d4b033063e14f3de6639f5d543bb1b7da943..a02950ac03f31fd25e3d78bf252ac2018715dd8e 100644 (file)
@@ -45,7 +45,7 @@ struct AuthRequest
        struct Client *client;  /* pointer to client struct for request */
        struct DNSQuery dns_query; /* DNS Query */
        unsigned int flags;     /* current state of request */
-       int fd;                 /* file descriptor for auth queries */
+       rb_fde_t *F;            /* file descriptor for auth queries */
        time_t timeout;         /* time when query expires */
 #ifdef IPV6
        int ip6_int;