summaryrefslogtreecommitdiff
path: root/test/urldbtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/urldbtest.c')
-rw-r--r--test/urldbtest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/urldbtest.c b/test/urldbtest.c
index 3cba8835f..620ce4cb5 100644
--- a/test/urldbtest.c
+++ b/test/urldbtest.c
@@ -77,6 +77,9 @@ struct test_urls {
#define NELEMS(x) (sizeof(x) / sizeof((x)[0]))
+/* Stubs */
+nserror nslog_set_filter_by_options() { return NSERROR_OK; }
+
/**
* generate test output filenames
*/