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

  • 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:
11
11
    char locale_variable[RCC_MAX_VARIABLE_CHARS+1];
12
12
    
13
13
    rcc_language_alias_list aliases;
 
14
 
 
15
    rcc_option_value options[RCC_MAX_OPTIONS];
14
16
     
15
17
    unsigned int max_languages;
16
18
    unsigned int n_languages;
33
35
    unsigned char configure;
34
36
    rcc_language_config current_config;
35
37
    rcc_language_id current_language;
 
38
 
 
39
    unsigned int configuration_lock;
36
40
};
37
41
typedef struct rcc_context_t rcc_context_s;
38
42