From d8f9f8cb04fd969ddfe76b82039984cba4463d67 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Fri, 6 Apr 2012 13:39:53 +0900 Subject: [PATCH] [Title] arrange prototype [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/emulator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tizen/src/emulator.h b/tizen/src/emulator.h index 5e57fd4..0c4deb2 100644 --- a/tizen/src/emulator.h +++ b/tizen/src/emulator.h @@ -43,6 +43,8 @@ extern char tizen_target_path[MAXLEN]; void exit_emulator(void); void set_image_and_log_path(char *qemu_argv); -void get_tizen_port(char* option); +void redir_output(void); +void extract_info(int qemu_argc, char** qemu_argv); +void prepare_maru(void); #endif /* __EMULATOR_H__ */ -- 2.7.4