#include "lcmaps_db_read.h"
Go to the source code of this file.
Functions | |
lcmaps_db_entry_t * | lcmaps_db_fill_entry (lcmaps_db_entry_t **plcmaps_db, lcmaps_db_entry_t *db_entry) |
Add a database entry to a list. More... | |
lcmaps_db_entry_t ** | lcmaps_db_read (char *lcmaps_db_fname) |
Read database from file. More... | |
int | lcmaps_db_clean_list (lcmaps_db_entry_t **list) |
Clean/remove the database list. More... | |
int | lcmaps_db_clean () |
Clean/remove the database structure. More... |
Definition in file _lcmaps_db_read.h.
|
Clean/remove the database structure.
Definition at line 585 of file lcmaps_db_read.c. |
|
Clean/remove the database list.
Definition at line 555 of file lcmaps_db_read.c. |
|
Add a database entry to a list.
Definition at line 198 of file lcmaps_db_read.c. Referenced by lcmaps_db_read_entries. |
|
Read database from file.
Definition at line 89 of file lcmaps_db_read.c. |