diff options
author | 2010-01-03 18:37:06 +0000 | |
---|---|---|
committer | 2010-01-03 18:37:06 +0000 | |
commit | 1dc34c3735451d86271713cfc1eb8518b616fb85 (patch) | |
tree | 4d09c624936d61c18799dddf3dc16299cfbb766d | |
parent | Another tricky case of .Bl -column lacking .It. (diff) | |
download | wireguard-openbsd-1dc34c3735451d86271713cfc1eb8518b616fb85.tar.xz wireguard-openbsd-1dc34c3735451d86271713cfc1eb8518b616fb85.zip |
unused prototype
-rw-r--r-- | usr.sbin/dhcpd/sync.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/sync.c b/usr.sbin/dhcpd/sync.c index 50c0baf42cb..76cd88887dc 100644 --- a/usr.sbin/dhcpd/sync.c +++ b/usr.sbin/dhcpd/sync.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sync.c,v 1.7 2008/09/15 20:38:17 claudio Exp $ */ +/* $OpenBSD: sync.c,v 1.8 2010/01/03 18:37:06 deraadt Exp $ */ /* * Copyright (c) 2008 Bob Beck <beck@openbsd.org> @@ -68,7 +68,6 @@ struct sync_host { LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts); void sync_send(struct iovec *, int); -void sync_addr(time_t, time_t, char *, u_int16_t); int sync_addhost(const char *name, u_short port) |