X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimap_tools.h;h=872adffcab4a681b66e13b9ce2ce05e349279685;hb=27d35cf620da260472336afd096787cf5e5558d3;hp=d679074c2c128d1882771500df5d024df0271e68;hpb=b5c27b47802918a480a8749a70ea63b942f60101;p=citadel.git diff --git a/citadel/imap_tools.h b/citadel/imap_tools.h index d679074c2..872adffca 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 room *qrbuf); +void imap_mailboxname(char *buf, int bufsize, struct ctdlroom *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 *);