aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-05-29 22:19:23 +0200
committerGilles Chehade <gilles@poolp.org>2018-05-29 22:19:23 +0200
commitf3d001e1e794d54df32b80f3170126a585240a2a (patch)
treea25981ba1b1ec06ca5c6e8cac58237198fbb26e4 /smtpd/smtpd.h
parentsync (diff)
downloadOpenSMTPD-f3d001e1e794d54df32b80f3170126a585240a2a.tar.xz
OpenSMTPD-f3d001e1e794d54df32b80f3170126a585240a2a.zip
sync
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 5662e662..6ee6711b 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.542 2018/05/24 12:22:00 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.543 2018/05/29 18:16:14 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -1488,6 +1488,7 @@ int rmtree(char *, int);
int mvpurge(char *, char *);
int mktmpfile(void);
const char *parse_smtp_response(char *, size_t, char **, int *);
+void *xasprintf(const char *, ...);
void *xmalloc(size_t, const char *);
void *xcalloc(size_t, size_t, const char *);
char *xstrdup(const char *, const char *);