* do typedef the visit struct, remove all those 'struct' statements from all over...
[citadel.git] / citadel / modules / vcard / serv_vcard.c
index fcfd5f3d892bcee8026988085ec7ff73671a15e8..71525578bdc04d90aea235ca78ffad74eb30bbec 100644 (file)
@@ -1171,7 +1171,7 @@ void check_get_greeting(void) {
 void vcard_CtdlCreateRoom(void)
 {
        struct ctdlroom qr;
-       struct visit vbuf;
+       visit vbuf;
 
        /* Create the calendar room if it doesn't already exist */
        CtdlCreateRoom(USERCONTACTSROOM, 4, "", 0, 1, 0, VIEW_ADDRESSBOOK);