btrfs-progs/libbtrfs.sym
David Sterba 751be36f86 btrfs-progs: delete commented exports from libbtrfs.sym
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>
2022-05-12 20:04:39 +02:00

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:
*;
};