]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/vcard/serv_vcard.c
"visit" is now "struct visit" again.
[citadel.git] / citadel / server / modules / vcard / serv_vcard.c
index 3ae7997321dd0324a0af1123978e830660eafb69..d71f3d6a80ceb297c59f67692cb56a9cf4dcd396 100644 (file)
@@ -957,7 +957,7 @@ void check_get_greeting(void) {
 void vcard_CtdlCreateRoom(void)
 {
        struct ctdlroom qr;
-       visit vbuf;
+       struct visit vbuf;
 
        /* Create the calendar room if it doesn't already exist */
        CtdlCreateRoom(USERCONTACTSROOM, 4, "", 0, 1, 0, VIEW_ADDRESSBOOK);