Preparation to merge cryptsetup-reencrypt in cryptsetup.

This commit is contained in:
Ondrej Kozina
2021-04-27 10:25:55 +02:00
parent c82c3509cf
commit 7b10f71373
7 changed files with 367 additions and 313 deletions

View File

@@ -89,10 +89,6 @@ OPT_UNUSED_ID = 0, /* leave unused due to popt library */
#undef ARG
};
static struct tools_arg tool_core_args[] = { { NULL, false, CRYPT_ARG_BOOL }, /* leave unused due to popt library */
#define ARG(A, B, C, D, E, F, G, H) { A, false, F, G, H },
#include "cryptsetup_arg_list.h"
#undef ARG
};
extern struct tools_arg tool_core_args[];
#endif