Add utilities cleanup routine.

This commit is contained in:
Ondrej Kozina
2020-04-24 13:05:21 +02:00
committed by Milan Broz
parent 74c943c352
commit 4a43a2773a
6 changed files with 20 additions and 0 deletions

View File

@@ -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)