blob: 86829d1c9d2985bd0df277523817829e7e37fa7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This is an LD linker script.
# Expose only the functions named below.
LIBPARTED_FS_RESIZE_0.0.0 {
global:
ped_file_system_close;
ped_file_system_get_resize_constraint;
ped_file_system_open;
ped_file_system_resize;
local:
*;
};
|