Freeciv-3.1
|
#include "shared.h"
Go to the source code of this file.
Functions | |
bool | fcdb_init (const char *conf_file) |
const char * | fcdb_option_get (const char *type) |
void | fcdb_free (void) |
void fcdb_free | ( | void | ) |
Dummy function - Free resources allocated by fcdb system.
Definition at line 234 of file fcdb.c.
Referenced by server_quit().
bool fcdb_init | ( | const char * | conf_file | ) |
Dummy function - Initialize freeciv database system
Definition at line 218 of file fcdb.c.
Referenced by srv_prepare().
const char * fcdb_option_get | ( | const char * | type | ) |
Dummy function - Return the selected fcdb config value.
Definition at line 226 of file fcdb.c.
Referenced by api_fcdb_option().