btrfs-progs/libbtrfs/libbtrfs.sym
David Sterba d6fc49d1dd btrfs-progs: libbtrfs: move libbtrfs.sym to the directory
The symbol definition is part of the library, move it away from the
toplevel directory.

Signed-off-by: David Sterba <dsterba@suse.com>
2023-01-05 14:23:46 +01: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:
*;
};