]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
Remove loc_database_write which no longer exists from header
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:03:05 +0000 (17:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jan 2018 17:03:05 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/loc/database.h

index 78963c078dc74ceefd8ede0a443b6974aac26966..42ca0346b79ce302033758aa3b9a23878e4951cd 100644 (file)
@@ -37,8 +37,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_write(struct loc_database* db, FILE* f);
-
 int loc_database_lookup(struct loc_database* db,
                struct in6_addr* address, struct loc_network** network);
 int loc_database_lookup_from_string(struct loc_database* db,