Tizen 2.1 base
[sdk/emulator/qemu.git] / tizen / src / option.h
index bd07a8e..44b26a7 100644 (file)
@@ -1,21 +1,14 @@
-/*
+/* 
  * Emulator
  *
- * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Contact: 
- * DoHyung Hong <don.hong@samsung.com>
  * SeokYeon Hwang <syeon.hwang@samsung.com>
- * Hyunjun Son <hj79.son@samsung.com>
- * SangJin Kim <sangjin3.kim@samsung.com>
  * MunKyu Im <munkyu.im@samsung.com>
- * KiTae Kim <kt920.kim@samsung.com>
- * JinHyung Jo <jinhyung.jo@samsung.com>
- * SungMin Ha <sungmin82.ha@samsung.com>
- * JiHye Kim <jihye1128.kim@samsung.com>
  * GiWoong Kim <giwoong.kim@samsung.com>
  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
- * DongKyun Yun <dk77.yun@samsung.com>
+ * HyunJun Son
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
 #ifndef __OPTION_H__
 #define __OPTION_H__
 
-#include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
 #include <glib.h>
-#include <glib-object.h>
-#include <libxml/xmlmemory.h>
-#include <libxml/parser.h>
-#include <libxml/tree.h>
-#include <libgen.h>
-#ifndef _WIN32
-#include <error.h>
-#endif
+
 #include <sys/types.h>
 #include <dirent.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "option_callback.h"
-#include "emulator.h"
-
-extern GtkWidget *entry_user_cmd;
-extern GtkWidget *frame_buffer_entry;
-extern CONFIGURATION preference_entrys;
-
-GtkWidget *create_option_frame(GtkWidget *parent, gchar *frame_name); /* option total frame ui */
-void create_config_frame(GtkWidget *vbox);
-void create_config_button(GtkWidget *vbox);
-void create_config_page(GtkWidget *parent);
-int show_config_window(GtkWidget *parent);
-
-int search_target(char *directory_name, char *target_name);
 int gethostDNS(char *dns1, char *dns2);
-int gethostproxy(char *proxy);
-int gethostIP(char *host_ip);
+int gethostproxy(char *http_proxy, char *https_proxy, char *ftp_proxy, char *socks_proxy);
 #endif