summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r--usr.sbin/smtpd/smtpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h
index dd5c8f9f409..76302dcaf8e 100644
--- a/usr.sbin/smtpd/smtpd.h
+++ b/usr.sbin/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.386 2012/10/11 21:14:32 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.387 2012/10/11 21:43:11 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -977,7 +977,7 @@ int map_compare(objid_t, const char *, enum map_kind,
int (*)(const char *, const char *));
struct map *map_find(objid_t);
struct map *map_findbyname(const char *);
-struct map *map_create(enum map_kind, const char *);
+struct map *map_create(enum map_src, const char *);
void map_add(struct map *, const char *, const char *);