summaryrefslogtreecommitdiff
path: root/fuzzing
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@gnome.org>2024-02-09 10:05:56 +0000
committerPhilip Withnall <pwithnall@gnome.org>2024-02-09 10:05:56 +0000
commit71801e445e62fcc73e6d312d76e1cef247d2e4e6 (patch)
tree344c70ba6189d315086dfa426d1ead3112624e18 /fuzzing
parent59d454a20d4ae30decb1964408ded8573997d125 (diff)
gthreadedresolver: Move private testing symbols to a private header
The symbols still have to be exported from the library (since they’re called from unit tests), but there was never any reason for them to be in a public header. This means they now disappear from `Gio-2.0.gir`. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3231
Diffstat (limited to 'fuzzing')
-rw-r--r--fuzzing/fuzz_resolver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzing/fuzz_resolver.c b/fuzzing/fuzz_resolver.c
index 90119a5ca..877024a15 100644
--- a/fuzzing/fuzz_resolver.c
+++ b/fuzzing/fuzz_resolver.c
@@ -21,6 +21,7 @@
#include "gio/gnetworking.h"
#include "../gio/gthreadedresolver.h"
+#include "../gio/gthreadedresolver-private.h"
static void
test_for_rrtype (const guint8 *data,