afm-user-daemon: prepare to launch with mode
[src/app-framework-main.git] / src / afm-launch.h
index d7fcde2..b246559 100644 (file)
@@ -27,7 +27,8 @@ struct afm_launch_desc {
        const char **plugins;
        int width;
        int height;
+       enum afm_launch_mode mode;
 };
 
 int afm_launch_initialize();
-int afm_launch(struct afm_launch_desc *desc, pid_t children[2]);
+int afm_launch(struct afm_launch_desc *desc, pid_t children[2], char **uri);