Changeset 987:8515cd4f20f7 for charset.h

Show
Ignore:
Timestamp:
1999-03-30 16:11:03 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

A couple of optimizations, most notably for the special case of a
non-prefix state.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r985 r987  
    8585void mutt_decoder_pop_to_state (DECODER *, STATE *); 
    8686void mutt_free_decoder (DECODER **); 
     87int mutt_decoder_push_one (DECODER *, char); 
    8788 
    8889CHARSET *mutt_get_charset(const char *);