|
Freeciv-3.1
|
#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <gtk/gtk.h>#include "fcintl.h"#include "log.h"#include "support.h"#include "packets.h"#include "version.h"#include "client_main.h"#include "connectdlg_common.h"#include "options.h"#include "packhand.h"#include "tilespec.h"#include "chatline.h"#include "colors.h"#include "dialogs.h"#include "gui_main.h"#include "gui_stuff.h"#include "connectdlg.h"Go to the source code of this file.
Functions | |
| void | close_connection_dialog (void) |
| void | server_connect (void) |
| void close_connection_dialog | ( | void | ) |
Close and destroy the dialog.
Definition at line 54 of file connectdlg.c.
| void server_connect | ( | void | ) |
Gtk client does nothing here. This gets called when one is rejected from game.
Definition at line 62 of file connectdlg.c.