mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
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:
committed by
Milan Broz
parent
5ebf128023
commit
a985c12659
9
lib/cli/libcryptsetup_cli.sym
Normal file
9
lib/cli/libcryptsetup_cli.sym
Normal 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:
|
||||
*;
|
||||
};
|
||||
Reference in New Issue
Block a user