aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2012-11-15 14:26:50 +0100
committerGilles Chehade <gilles@poolp.org>2012-11-15 14:26:50 +0100
commit5e16e646878116820d32c7841c302d3855518be9 (patch)
treea161e759158c3e4f8b92335b15e9ac68598bb387
parent- more "map" -> "table" (diff)
downloadOpenSMTPD-5e16e646878116820d32c7841c302d3855518be9.tar.xz
OpenSMTPD-5e16e646878116820d32c7841c302d3855518be9.zip
remove unneeded proto
-rw-r--r--smtpd/smtpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index 3cdb3138..f127c293 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1142,7 +1142,6 @@ struct stat_value *stat_timespec(struct timespec *);
/* table.c */
-struct table_backend *map_backend_lookup(const char *);
void *table_open(struct table *);
void table_update(struct table *);
void table_close(struct table *, void *);