diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-03 18:37:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-03 18:37:07 +0000 |
commit | 9e07071f14d1b031491f9923fb82f855f7bac8f6 (patch) | |
tree | e291c96542f97a47bce82d5ea3dc62d12ff92da8 /usr.sbin/dhcpd | |
parent | a804a97c33e4b25dbcaedc9dd733074e82576d22 (diff) |
unused prototype
Diffstat (limited to 'usr.sbin/dhcpd')
-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) |