* do typedef the visit struct, remove all those 'struct' statements from all over...
[citadel.git] / citadel / modules / imap / imap_metadata.c
index 09f8022af88fae6e919b76d79d172ab7deba9afe..7dc3179ad954f0641ef4eaaeecb8f4faa4a4ce04 100644 (file)
@@ -83,7 +83,7 @@ void imap_setmetadata(int num_parms, ConstStr *Params) {
        int setting_user_value = 0;
        char set_value[32];
        int set_view = VIEW_BBS;
-       struct visit vbuf;
+       visit vbuf;
 
        if (num_parms != 6) {
                cprintf("%s BAD usage error\r\n", Params[0].Key);