* Added a new proxy method for accessing runtime singletons
[modest] / src / export.map
1 {
2   global: 
3         _GLOBAL_OFFSET_TABLE_;
4         __exidx_end;
5         _bss_end__;
6         __bss_start__;
7         __dso_handle;
8         __libc_csu_fini;
9         __exidx_start;
10         _init;
11         __bss_end__;
12         _start;
13         __libc_csu_init;
14         main;
15         __end__;
16         _fini;
17         _edata;
18         _end;
19         _IO_stdin_used;
20         __data_start;
21         modest_account_settings_*;
22         modest_account_mgr_*;
23         modest_account_protocol_*;
24         modest_defs_*;
25         modest_conf_*;
26         modest_easysetup_wizard_*;
27         modest_pair_*;
28         modest_mail_operation_get_source;
29         modest_mail_operation_get_type_operation;
30         modest_platform_*;
31         modest_plugin_*;
32         modest_protocol_*;
33         modest_server_account_settings_*;
34         modest_signal_mgr_*;
35         modest_validating_entry_*;
36         modest_ui_actions_*;
37         modest_wizard_dialog_*;
38         modest_utils_*;
39   local: *;
40 };