summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2013-01-31 18:34:44 +0000
committerEric Faurot <eric@cvs.openbsd.org>2013-01-31 18:34:44 +0000
commitab4613f907295576d57cc97e4e21ecdcfec9b147 (patch)
tree88d4069d85291dd9d4c1e812fd81d8d74c555be3 /usr.sbin/smtpd/smtpd.h
parent607436a02a6968961ade01e8dfc0543ce3a1362a (diff)
assorted fixes spotted by Coverity.
some log message updates. ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index e3e07142c6e..82107731448 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.401 2013/01/31 18:24:47 eric Exp $ */
+/* $OpenBSD: smtpd.h,v 1.402 2013/01/31 18:34:43 eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -1106,6 +1106,7 @@ int envelope_dump_buffer(const struct envelope *, char *, size_t);
int expand_cmp(struct expandnode *, struct expandnode *);
void expand_insert(struct expand *, struct expandnode *);
struct expandnode *expand_lookup(struct expand *, struct expandnode *);
+void expand_clear(struct expand *);
void expand_free(struct expand *);
int expand_line(struct expand *, const char *, int);
RB_PROTOTYPE(expandtree, expandnode, nodes, expand_cmp);