mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-14 10:25:27 +00:00
d6fc49d1dd
The symbol definition is part of the library, move it away from the toplevel directory. 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:
|
|
*;
|
|
};
|