Freeciv-3.4
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
client
gui-gtk-3.22
connectdlg.c
Go to the documentation of this file.
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.
7
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
***********************************************************************/
13
14
#ifdef HAVE_CONFIG_H
15
#include <fc_config.h>
16
#endif
17
18
#include <errno.h>
19
#include <stdio.h>
20
#include <stdlib.h>
21
#include <string.h>
22
23
#include <gtk/gtk.h>
24
25
/* utility */
26
#include "
fcintl.h
"
27
#include "
log.h
"
28
#include "
support.h
"
29
30
/* common */
31
#include "
packets.h
"
32
#include "
version.h
"
33
34
/* client */
35
#include "
client_main.h
"
36
#include "
chatline.h
"
37
#include "
colors.h
"
38
#include "
connectdlg_common.h
"
39
#include "
dialogs.h
"
40
#include "
gui_main.h
"
41
#include "
gui_stuff.h
"
42
#include "
options.h
"
43
#include "
packhand.h
"
44
#include "
tilespec.h
"
45
46
#include "
connectdlg.h
"
47
48
49
/**********************************************************************/
52
void
close_connection_dialog
(
void
)
53
{
54
}
52
void
close_connection_dialog
(
void
) {
…
}
55
56
/**********************************************************************/
60
void
server_connect
(
void
)
61
{
62
}
60
void
server_connect
(
void
) {
…
}
client_main.h
connectdlg_common.h
fcintl.h
server_connect
void server_connect(void)
Definition
connectdlg.c:60
close_connection_dialog
void close_connection_dialog(void)
Definition
connectdlg.c:52
gui_stuff.h
chatline.h
colors.h
connectdlg.h
dialogs.h
gui_main.h
log.h
options.h
packets.h
packhand.h
support.h
tilespec.h
version.h
Generated on Sun Mar 9 2025 22:30:09 for Freeciv-3.4 by
1.9.8