mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 04:10:06 +01:00
Add utilities cleanup routine.
This commit is contained in:
committed by
Milan Broz
parent
74c943c352
commit
4a43a2773a
@@ -127,6 +127,10 @@ static const char **action_argv;
|
||||
static int action_argc;
|
||||
static const char *null_action_argv[] = {NULL, NULL};
|
||||
|
||||
void tools_cleanup(void)
|
||||
{
|
||||
}
|
||||
|
||||
static const char *uuid_or_device_header(const char **data_device)
|
||||
{
|
||||
if (data_device)
|
||||
|
||||
Reference in New Issue
Block a user