]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/libloc.h
Hide all functions that we don't want to make public
[people/ms/libloc.git] / src / loc / libloc.h
index 0eca01566326a0dcacf7fc7219ddecb45816cada..2d392fe911a1e35ae50d8b06858aacb093478141 100644 (file)
@@ -37,7 +37,10 @@ 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
 
 #ifdef __cplusplus
 } /* extern "C" */