1 --- misc/liblangtag-0.4.0/liblangtag/lt-ext-module.h 2012-02-02 06:02:45.000000000 +0100
2 +++ misc/build/liblangtag-0.4.0/liblangtag/lt-ext-module.h 2012-08-08 08:46:57.810860044 +0200
4 * and #lt_ext_module_t and extend features.
6 struct _lt_ext_module_funcs_t {
7 - const lt_ext_module_singleton_func_t get_singleton;
8 - const lt_ext_module_data_new_func_t create_data;
9 - const lt_ext_module_precheck_func_t precheck_tag;
10 - const lt_ext_module_parse_func_t parse_tag;
11 - const lt_ext_module_get_tag_func_t get_tag;
12 - const lt_ext_module_validate_func_t validate_tag;
13 + lt_ext_module_singleton_func_t get_singleton;
14 + lt_ext_module_data_new_func_t create_data;
15 + lt_ext_module_precheck_func_t precheck_tag;
16 + lt_ext_module_parse_func_t parse_tag;
17 + lt_ext_module_get_tag_func_t get_tag;
18 + lt_ext_module_validate_func_t validate_tag;