]> git.ipfire.org Git - pakfire.git/commitdiff
linter: Make this entirely private
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2024 14:29:00 +0000 (14:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Oct 2024 14:29:00 +0000 (14:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/linter.h

index cbc9b3d729649d5928fce2641992c00e36a941c5..1f6e2988b1f99c402d65f17cc5a18db9e253afdd 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef PAKFIRE_LINTER_H
 #define PAKFIRE_LINTER_H
 
+#ifdef PAKFIRE_PRIVATE
+
 #include <pakfire/archive.h>
 #include <pakfire/ctx.h>
 
@@ -34,4 +36,5 @@ struct pakfire_linter* pakfire_linter_unref(struct pakfire_linter* linter);
 
 int pakfire_linter_lint(struct pakfire_linter* linter);
 
+#endif /* PAKFIRE_PRIVATE */
 #endif /* PAKFIRE_LINTER_H */