diff options
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 26b48f664ed..635c7e651f5 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.9 2008/11/11 01:08:08 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.10 2008/11/17 21:27:50 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -619,11 +619,6 @@ struct smtpd { /* aliases.c */ int is_alias(struct path *); -/* atomic.c */ -ssize_t atomic_read(int, void *, size_t); -ssize_t atomic_write(int, const void *, size_t); -ssize_t atomic_printfd(int, const char *, ...); - /* log.c */ void log_init(int); void log_warn(const char *, ...); |