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?
This commit is contained in:
Ondrej Kozina
2020-06-26 14:03:25 +02:00
committed by Milan Broz
parent 5ebf128023
commit a985c12659
13 changed files with 607 additions and 295 deletions

View File

@@ -0,0 +1,9 @@
CRYPTSETUP_CLI_1.0 {
global:
crypt_cli_get_key;
crypt_cli_arg_set;
crypt_cli_arg_type;
crypt_cli_arg_value;
local:
*;
};