/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/lngconfig.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-29 03:26:28 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-23
Translation
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define _RCC_LNGCONFIG_H
3
3
 
4
4
#include "rcciconv.h"
 
5
#include "rcctranslate.h"
5
6
 
6
7
struct rcc_language_config_t {
7
8
    rcc_context ctx;
16
17
    
17
18
    unsigned char configured;
18
19
 
 
20
    rcc_translate trans;
 
21
    rcc_language_id translang;
 
22
    
19
23
    rcc_iconv fsiconv;
20
24
};
21
25
typedef struct rcc_language_config_t rcc_language_config_s;