diff options
Diffstat (limited to 'fish/options.h')
-rw-r--r-- | fish/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/options.h b/fish/options.h index 9cb7f4bb..155aad89 100644 --- a/fish/options.h +++ b/fish/options.h @@ -104,6 +104,9 @@ struct mp { /* in inspect.c */ extern void inspect_mount (void); extern void print_inspect_prompt (void); +/* (low-level inspection functions, used by virt-inspector only) */ +extern void inspect_do_decrypt (void); +extern void inspect_mount_root (const char *root); /* in key.c */ extern char *read_key (const char *param); |