Freeciv-3.3
Loading...
Searching...
No Matches
Functions
fcdb.h File Reference
#include "shared.h"

Go to the source code of this file.

Functions

bool fcdb_init (const char *conf_file)
 
const charfcdb_option_get (const char *type)
 
void fcdb_free (void)
 

Function Documentation

◆ fcdb_free()

void fcdb_free ( void  )

Dummy function - Free resources allocated by fcdb system.

Definition at line 234 of file fcdb.c.

Referenced by server_quit().

◆ fcdb_init()

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().

◆ fcdb_option_get()

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().