Add wizard dialog to export map
[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_conf_*;
25         modest_easysetup_wizard_*;
26         modest_pair_*;
27         modest_platform_*;
28         modest_plugin_*;
29         modest_protocol_*;
30         modest_server_account_settings_*;
31         modest_validating_entry_*;
32         modest_ui_actions_*;
33         modest_wizard_dialog_*;
34   local: *;
35 };