From: Michael Tremer Date: Mon, 8 Jan 2018 17:03:05 +0000 (+0000) Subject: Remove loc_database_write which no longer exists from header X-Git-Tag: 0.9.0~112 X-Git-Url: http://git.ipfire.org/?p=location%2Flibloc.git;a=commitdiff_plain;h=80a6e1386e458e1220c4afdbd7addb1c7d2aa657 Remove loc_database_write which no longer exists from header Signed-off-by: Michael Tremer --- diff --git a/src/loc/database.h b/src/loc/database.h index 78963c0..42ca034 100644 --- a/src/loc/database.h +++ b/src/loc/database.h @@ -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,