aboutgitcodebugslistschat
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index a2ed791..d5bff0c 100644
--- a/util.h
+++ b/util.h
@@ -147,7 +147,7 @@ enum bind_type {
struct ctx;
void __openlog(const char *ident, int option, int facility);
-void __vsyslog(int pri, const char *fmt, va_list ap);
+void passt_vsyslog(int pri, const char *fmt, va_list ap);
void __setlogmask(int mask);
char *ipv6_l4hdr(struct ipv6hdr *ip6h, uint8_t *proto);
int sock_l4(struct ctx *c, int af, uint8_t proto, uint16_t port,