]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
Added missing modes to USERMODES #define
[ngircd-alex.git] / src / ngircd / conn.h
index 983c88448d9a9cb004c8b38dcd233c1a4696d923..b94b10d5e513a8abccaa8c9d62c16366913be60c 100644 (file)
@@ -88,7 +88,7 @@ typedef struct _Connection
        ZIPDATA zip;                    /* Compression information */
 #endif  /* ZLIB */
 #ifdef SSL_SUPPORT
-       struct ConnSSL_State    ssl_state;      /* SSL/GNUTLS state information */
+       struct ConnSSL_State ssl_state; /* SSL/GNUTLS state information */
 #endif
 } CONNECTION;