]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/database.h
Log how long it takes to open the database
[people/ms/libloc.git] / src / database.h
index bec2f41bd5e7bd985a9a07ee2a10ee5607fa1c25..38dc4efd5eb9c58ee5a0d16394019d9f3eb936c7 100644 (file)
@@ -36,7 +36,6 @@ const char* loc_database_get_description(struct loc_database* db);
 int loc_database_get_as(struct loc_database* db, struct loc_as** as, uint32_t number);
 size_t loc_database_count_as(struct loc_database* db);
 
-int loc_database_read(struct loc_database* db, FILE* f);
 int loc_database_write(struct loc_database* db, FILE* f);
 
 #endif