mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-18 10:34:54 -04:00
31 lines
487 B
Plaintext
31 lines
487 B
Plaintext
FUSE_2.2 {
|
|
global:
|
|
fuse_destroy;
|
|
fuse_exit;
|
|
fuse_exited;
|
|
fuse_get_context;
|
|
fuse_invalidate;
|
|
fuse_is_lib_option;
|
|
fuse_loop;
|
|
fuse_loop_mt;
|
|
fuse_loop_mt_proc;
|
|
fuse_main;
|
|
fuse_main_compat1;
|
|
fuse_main_compat2;
|
|
fuse_main_real;
|
|
fuse_mount;
|
|
fuse_mount_compat1;
|
|
fuse_new;
|
|
fuse_new_compat1;
|
|
fuse_new_compat2;
|
|
fuse_process_cmd;
|
|
fuse_read_cmd;
|
|
fuse_set_getcontext_func;
|
|
fuse_setup;
|
|
fuse_setup_compat2;
|
|
fuse_teardown;
|
|
fuse_unmount;
|
|
local:
|
|
*;
|
|
};
|