#include "lcmaps_db_read.h"
Include dependency graph for _lcmaps_db_read.h:
This graph shows which files directly or indirectly include this file:
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... |
For internal use only.
Definition in file _lcmaps_db_read.h.
|
Clean/remove the database structure.
Definition at line 585 of file lcmaps_db_read.c. Referenced by startPluginManager().
|
|
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. |
|
Read database from file.
Definition at line 89 of file lcmaps_db_read.c. |