aboutsummaryrefslogtreecommitdiff
path: root/contrib/blocklist/bin/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/blocklist/bin/support.h')
-rw-r--r--contrib/blocklist/bin/support.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/blocklist/bin/support.h b/contrib/blocklist/bin/support.h
index 899649ce8319..bb865cb8fe68 100644
--- a/contrib/blocklist/bin/support.h
+++ b/contrib/blocklist/bin/support.h
@@ -1,4 +1,4 @@
-/* $NetBSD: support.h,v 1.7 2016/04/04 15:52:56 christos Exp $ */
+/* $NetBSD: support.h,v 1.2 2024/08/02 17:11:55 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -34,8 +34,9 @@
__BEGIN_DECLS
const char *fmttime(char *, size_t, time_t);
const char *fmtydhms(char *, size_t, time_t);
-void vdlog(int, const char *, va_list)
- __attribute__((__format__(__printf__, 2, 0)));
+struct syslog_data;
+void vdlog(int, struct syslog_data *, const char *, va_list)
+ __attribute__((__format__(__printf__, 3, 0)));
void dlog(int, const char *, ...)
__attribute__((__format__(__printf__, 2, 3)));
ssize_t blhexdump(char *, size_t, const char *, const void *, size_t);