X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=2b62fc89b31cbfc6e0a21e2b114468e1e5261bcd;hb=6050cb23108ee10dafcceb65b9cafab51c013ae0;hp=7a8b5250da83f64edd1d8e1f535bd422a002be4e;hpb=9cd8f2f569341c6724519ce99113f1caa38f31fb;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index 7a8b5250d..2b62fc89b 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -384,6 +384,8 @@ struct config { time_t c_pop3_fastest; int c_spam_flag_only; int c_guest_logins; + int c_nntp_port; + int c_nntps_port; }; struct configlen { long c_nodename;