webperimental: killstack decides stack protects.
[freeciv.git] / client / gui-stub / optiondlg.c
blob1d5b914931c31fa642def07d4fdbcc5943bc37aa
1 /**********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 ***********************************************************************/
14 #ifdef HAVE_CONFIG_H
15 #include <fc_config.h>
16 #endif
18 /* utility */
19 #include "log.h"
21 /* gui main header */
22 #include "gui_stub.h"
24 #include "optiondlg.h"
27 /****************************************************************************
28 Popup the option dialog for the option set.
29 FIXME/PORTME
30 ****************************************************************************/
31 void option_dialog_popup(const char *name, const struct option_set *poptset)
33 log_error("%s(): PORTME!", __FUNCTION__);
36 /****************************************************************************
37 Popdown the option dialog for the option set.
38 FIXME/PORTME
39 ****************************************************************************/
40 void option_dialog_popdown(const struct option_set *poptset)
42 log_error("%s(): PORTME!", __FUNCTION__);
45 /****************************************************************************
46 Update the GUI for the option.
47 FIXME/PORTME
48 ****************************************************************************/
49 void option_gui_update(struct option *poption)
51 log_error("%s(): PORTME!", __FUNCTION__);
54 /****************************************************************************
55 Add the GUI for the option.
56 FIXME/PORTME
57 ****************************************************************************/
58 void option_gui_add(struct option *poption)
60 log_error("%s(): PORTME!", __FUNCTION__);
63 /****************************************************************************
64 Remove the GUI for the option.
65 FIXME/PORTME
66 ****************************************************************************/
67 void option_gui_remove(struct option *poption)
69 log_error("%s(): PORTME!", __FUNCTION__);