/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/rccenca.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-02 05:08:36 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-3
02.07.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#endif /* RCC_ENCA_SUPPORT */
50
50
}
51
51
 
52
 
rcc_charset_id rccEnca(rcc_engine_context ctx, char *buf, int len) {
 
52
rcc_charset_id rccEnca(rcc_engine_context ctx, const char *buf, int len) {
53
53
#ifdef RCC_ENCA_SUPPORT
54
54
    rcc_engine_internal internal;
55
55
    const char *charset;