
or hidden, if available. If not available, use an ELF version script if it is supported. If all else fails, fall back to using libtool's -export-symbols.
9 lines
108 B
Plaintext
9 lines
108 B
Plaintext
sample_plugin.so {
|
|
global:
|
|
# Policy and I/O plugin structs
|
|
sample_policy;
|
|
sample_io;
|
|
local:
|
|
*;
|
|
};
|