]> git.ipfire.org Git - location/libloc.git/blobdiff - src/loc/libloc.h
Drop loc_load function
[location/libloc.git] / src / loc / libloc.h
index 2d392fe911a1e35ae50d8b06858aacb093478141..4854a418b1e554604824f7f323a8b44cdbc0bcd6 100644 (file)
@@ -36,8 +36,6 @@ void loc_set_log_fn(struct loc_ctx* ctx,
 int loc_get_log_priority(struct loc_ctx* ctx);
 void loc_set_log_priority(struct loc_ctx* ctx, int priority);
 
-int loc_load(struct loc_ctx* ctx, const char* path);
-
 #ifdef LIBLOC_PRIVATE
 int loc_parse_address(struct loc_ctx* ctx, const char* string, struct in6_addr* address);
 #endif