Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | registry_module_init (void) |
void | registry_module_close (void) |
struct section_file * | secfile_load (const char *filename, bool allow_duplicates) |
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().
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().
struct section_file * secfile_load | ( | const char * | filename, |
bool | allow_duplicates | ||
) |
Create a section file from a file. Returns NULL on error.
Definition at line 50 of file registry.c.
Referenced by audio_real_init(), boot_help_texts(), comments_load(), ensure_big_sprite(), handle_single_want_hack_req(), load_command(), load_install_info_list(), openload_luadata_file(), openload_ruleset_file(), scan_specfile(), scan_specfile(), sg_load_savefile(), theme_ensure_big_sprite(), theme_read_toplevel(), and tileset_read_toplevel().