Files
cryptsetup/lib/cli/libcryptsetup_cli.sym
Ondrej Kozina a985c12659 WIP: Introduce libcryptsetup_cli.
Introducing new library supposed to be used in
cryptsetup tools and future cryptsetup loadable plugins

TODO:
  - distribution
  - cleanup header files
  - incorporate also plugin API?
2020-08-15 15:24:18 +02:00

10 lines
133 B
Plaintext

CRYPTSETUP_CLI_1.0 {
global:
crypt_cli_get_key;
crypt_cli_arg_set;
crypt_cli_arg_type;
crypt_cli_arg_value;
local:
*;
};