Show
Ignore:
Timestamp:
2007-02-27 09:44:08 (21 months ago)
Author:
TAKIZAWA Takashi <taki@…>
Branch:
HEAD
Message:

Updated $assumed_charset patch (closes: #2218).
Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r4921 r4932  
    3636 
    3737int mutt_convert_string (char **, const char *, const char *, int); 
    38 const char *mutt_get_first_charset (const char *); 
    39 int mutt_convert_nonmime_string (char **); 
    4038 
    4139iconv_t mutt_iconv_open (const char *, const char *, int); 
     
    5048 
    5149void mutt_set_langinfo_charset (void); 
     50char *mutt_get_default_charset (); 
    5251 
    5352#define M_ICONV_HOOK_FROM 1