Add launch-hidden functionality to moonshot msrpc implementation
[moonshot-ui.git] / libmoonshot / moonshot-msrpc.idl
index 2dc0d7e..eb91110 100644 (file)
@@ -34,5 +34,8 @@ interface moonshot
                                       [in, string] const char *ca_cert,
                                       [in, string] const char *subject,
                                       [in, string] const char *subject_alt,
-                                      [in, string] const char *server_cert);
+                                      [in, string] const char *server_cert,
+                                      int force_flat_file_store);
+
+    void moonshot_show_ui_rpc ();
 }