X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimap_tools.h;h=d679074c2c128d1882771500df5d024df0271e68;hb=95340caeddca31acdfd6f966325833b8368c4556;hp=f5ed8f74d6ff2f38fef2889ff7de6aadb1ff8d02;hpb=00aa5f187b2c9707828c3f1a6c808630aff8f933;p=citadel.git diff --git a/citadel/imap_tools.h b/citadel/imap_tools.h index f5ed8f74d..d679074c2 100644 --- a/citadel/imap_tools.h +++ b/citadel/imap_tools.h @@ -15,7 +15,7 @@ void imap_strout(char *buf); int imap_parameterize(char **args, char *buf); -void imap_mailboxname(char *buf, int bufsize, struct quickroom *qrbuf); +void imap_mailboxname(char *buf, int bufsize, struct room *qrbuf); void imap_ial_out(struct internet_address_list *ialist); int imap_roomname(char *buf, int bufsize, char *foldername); int imap_is_message_set(char *);