]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.h
Add support for GPG signature enforcement on booted
[petitboot] / ui / common / discover-client.h
index d5c573f22de0bdfed18c8d7387514c52bc252b00..59d2df91e33a50bdb048f8f9a268afe14ec73fcb 100644 (file)
@@ -11,6 +11,7 @@ struct pb_boot_data {
        char *initrd;
        char *dtb;
        char *args;
+       char *args_sig_file;
 };
 
 /**
@@ -87,4 +88,8 @@ int discover_client_send_config(struct discover_client *client,
  * and ops->boot_option_add on each.
  */
 void discover_client_enumerate(struct discover_client *client);
+
+/* Send url to config to the discover server */
+int discover_client_send_url(struct discover_client *client, char *url);
+
 #endif