aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-launch.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-02-13 12:51:29 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-02-13 15:25:04 +0100
commitb61b97c4280c8cd5a34c69a35c954f9580462c45 (patch)
tree04d5073ce00c91d8aa49b1fcf07c8b5cc6b46035 /src/afm-launch.h
parente906126c4e46ad9f3471aee208f096f55289ca03 (diff)
afm-user-daemon: prepare to launch with mode
Change-Id: I0372eab2496c2fdb12144d68c0f041f5f1fd360e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-launch.h')
-rw-r--r--src/afm-launch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afm-launch.h b/src/afm-launch.h
index d7fcde2..b246559 100644
--- a/src/afm-launch.h
+++ b/src/afm-launch.h
@@ -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);