]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.h
ui/ncurses: Add prompt for LUKS device password
[petitboot] / ui / common / discover-client.h
index 9b56dcb76258433d6b38620ca0f9a59c98f9b4bc..183d1935f329a84d2192afdb2cc8b59434a70c60 100644 (file)
@@ -113,6 +113,9 @@ int discover_client_send_authenticate(struct discover_client *client,
 /* Set a new system password, authenticating with the current password */
 int discover_client_send_set_password(struct discover_client *client,
                char *password, char *new_password);
+/* Send a password to open an encrypted device */
+int discover_client_send_open_luks_device(struct discover_client *client,
+               char *password, char *device_id);
 
 /* send a temporary autoboot override */
 int discover_client_send_temp_autoboot(struct discover_client *client,