Freeciv-3.2
Loading...
Searching...
No Matches
Functions
registry.c File Reference
#include "registry_xml.h"
#include "registry.h"

Go to the source code of this file.

Functions

void registry_module_init (void)
 
void registry_module_close (void)
 
struct section_filesecfile_load (const char *filename, bool allow_duplicates)
 

Function Documentation

◆ registry_module_close()

void registry_module_close ( void  )

Closes registry module

Definition at line 40 of file registry.c.

Referenced by client_exit(), fcmp_deinit(), main(), and server_quit().

◆ registry_module_init()

void registry_module_init ( void  )

Initialize registry module

Definition at line 30 of file registry.c.

Referenced by client_main(), fcmp_init(), main(), and srv_init().

◆ secfile_load()

struct section_file * secfile_load ( const char filename,
bool  allow_duplicates 
)