fish: move disk decryption helpers in own file

This way it is easier to use them outside the rest of the code in
guestfish for inspection & mount.

Just code motion, no behaviour changes.
This commit is contained in:
Pino Toscano
2016-09-19 14:48:19 +02:00
parent 21a201051d
commit 0920b805fd
13 changed files with 115 additions and 69 deletions

View File

@@ -27,6 +27,7 @@ bin_PROGRAMS = virt-rescue
SHARED_SOURCE_FILES = \
../fish/config.c \
../fish/decrypt.c \
../fish/display-options.h \
../fish/display-options.c \
../fish/domain.c \