X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=5551bad95b0e8eebfb190ebd1c862ae953d6e9b8;hp=ecc938f9727b72c95156aa0ffe71f471d7a079e6;hb=66940066b5771273920ec17ff08e60041b490951;hpb=f5a370338d87eba00bc8696636a90f6c50b05d14 diff --git a/send.c b/send.c index ecc938f..5551bad 100644 --- a/send.c +++ b/send.c @@ -24,7 +24,7 @@ #include "attach.h" #ifdef USE_NNTP -#include +#include "nntp.h" #endif #include "remailer.h" @@ -1241,7 +1241,7 @@ int ci_send_message (int flags, /* send mode */ #ifdef USE_NNTP if ((flags & SENDNEWS) && ctx && ctx->magic == M_NNTP && !msg->env->newsgroups) - msg->env->newsgroups = m_strdup(((NNTP_DATA *) ctx->data)->group); + msg->env->newsgroups = m_strdup(((nntp_data_t *)ctx->data)->group); #endif if (!(option (OPTAUTOEDIT) && option (OPTEDITHDRS)) &&