X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnntp%2Fserv_nntp.h;h=6877bbfc15826abc224f7f2b311c84ef9c78d323;hb=34e3dd7a9d6fae9f250848bf2263cea71cec3bab;hp=db561a1003dd19e9f19ea037791cc4ab0e9a8fb3;hpb=d6c259df4f1d33e8c9c59440cfbaf69d0301f5db;p=citadel.git diff --git a/citadel/modules/nntp/serv_nntp.h b/citadel/modules/nntp/serv_nntp.h index db561a100..6877bbfc1 100644 --- a/citadel/modules/nntp/serv_nntp.h +++ b/citadel/modules/nntp/serv_nntp.h @@ -23,7 +23,7 @@ struct nntp_msglist { // data passed by the LIST commands to its helper function struct nntp_list_data { int list_format; - char *wildmat; + char *wildmat_pattern; };