Implemented wildmat match in LIST commands
[citadel.git] / citadel / modules / nntp / serv_nntp.h
index db561a1003dd19e9f19ea037791cc4ab0e9a8fb3..6877bbfc15826abc224f7f2b311c84ef9c78d323 100644 (file)
@@ -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;
 };