mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-12 17:37:13 +00:00
751be36f86
Keep only existing exports, the commented out functions have been hidden
in 56e9963474
("btrfs-progs: libbtrfs: hide unused symbols, same
version") in 5.14 and no problems have been reported.
Signed-off-by: David Sterba <dsterba@suse.com>
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
LIBBTRFS_0.1 {
|
|
global:
|
|
/* common/send-stream.h */
|
|
btrfs_read_and_process_send_stream; /* used */
|
|
|
|
/* common/send-utils.h */
|
|
subvol_uuid_search; /* used */
|
|
subvol_uuid_search_init; /* used */
|
|
btrfs_subvolid_resolve; /* used */
|
|
local:
|
|
*;
|
|
};
|