~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to imap/imap_private.h

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090617171728-61dkl7w5fgn7ybdq
Tags: upstream-1.5.20
Import upstream version 1.5.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
void imap_error (const char* where, const char* msg);
273
273
IMAP_DATA* imap_new_idata (void);
274
274
void imap_free_idata (IMAP_DATA** idata);
275
 
char* imap_fix_path (IMAP_DATA* idata, char* mailbox, char* path, 
 
275
char* imap_fix_path (IMAP_DATA* idata, const char* mailbox, char* path, 
276
276
  size_t plen);
277
277
void imap_cachepath(IMAP_DATA* idata, const char* mailbox, char* dest,
278
278
                    size_t dlen);