Move the thread matching from the blog to a more generic place.
[citadel.git] / webcit / webcit.h
index 19fe3722d921d0c46930b12afd3f8053ef73a828..5df65fe1b886156505db89f1f46d2a8053c98bbf 100644 (file)
@@ -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 */
        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;
 };
 
 
 };