Add utilities cleanup routine.

This commit is contained in:
Ondrej Kozina
2020-04-24 13:05:21 +02:00
parent 9b49e47b13
commit 6403de2109
6 changed files with 20 additions and 0 deletions

View File

@@ -125,6 +125,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)