]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/imap/serv_imap.c
* do typedef the visit struct, remove all those 'struct' statements from all over...
[citadel.git] / citadel / modules / imap / serv_imap.c
index baee87c1abc0fe933815a6123685e2ab24c5d6b0..2274529701dcd54ee109014f65d193079dd8468a 100644 (file)
@@ -128,7 +128,7 @@ void imap_free_transmitted_message(void)
  */
 void imap_set_seen_flags(int first_msg)
 {
-       struct visit vbuf;
+       visit vbuf;
        int i;
        int num_sets;
        int s;