mirror of
https://github.com/containers/crun.git
synced 2026-02-05 06:45:40 +01:00
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
{
|
|
global:
|
|
/* Not all the libcrun_ functions are exported, only those marked LIBCRUN_PUBLIC. */
|
|
libcrun_*;
|
|
/* libocispec functions */
|
|
runtime_spec_*;
|
|
free_runtime_spec_*;
|
|
make_runtime_spec_*;
|
|
local: *;
|
|
};
|