X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;fp=webcit%2Fwebcit.h;h=5df65fe1b886156505db89f1f46d2a8053c98bbf;hp=19fe3722d921d0c46930b12afd3f8053ef73a828;hb=aeade41982c6c9a3e745a3b3c8262a3ec6952670;hpb=e50541a93234d675ea8e0055326f335daa1ced76 diff --git a/webcit/webcit.h b/webcit/webcit.h index 19fe3722d..5df65fe1b 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -753,6 +753,7 @@ struct blogpost { long *msgs; /* Array of msgnums for messages we are displaying */ int num_msgs; /* Number of msgnums stored in 'msgs' */ int alloc_msgs; /* Currently allocated size of array */ + int unread_oments; };