]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/loc/stringpool.h
Hide all functions that we don't want to make public
[people/ms/libloc.git] / src / loc / stringpool.h
index 29a0eb38d66389c52c32f32aed1d8848e8b16892..8068242c24b5bb78fe37f97307e53a7ed4023ad8 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef LIBLOC_STRINGPOOL_H
 #define LIBLOC_STRINGPOOL_H
 
+#ifdef LIBLOC_PRIVATE
+
 #include <stddef.h>
 #include <stdio.h>
 
@@ -39,3 +41,4 @@ void loc_stringpool_dump(struct loc_stringpool* pool);
 size_t loc_stringpool_write(struct loc_stringpool* pool, FILE* f);
 
 #endif
+#endif