diff options
author | 2002-03-19 04:00:59 +0000 | |
---|---|---|
committer | 2002-03-19 04:00:59 +0000 | |
commit | 0cde41626e6c8e2df4bfbd00f052ec009fab8e4e (patch) | |
tree | ac73cc602710196f0578ddce6151546058b6d509 | |
parent | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ (diff) | |
download | wireguard-openbsd-0cde41626e6c8e2df4bfbd00f052ec009fab8e4e.tar.xz wireguard-openbsd-0cde41626e6c8e2df4bfbd00f052ec009fab8e4e.zip |
Remove unnecessary prototype.
-rw-r--r-- | sbin/isakmpd/ui.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/ui.c b/sbin/isakmpd/ui.c index a7b4db51959..555da56f938 100644 --- a/sbin/isakmpd/ui.c +++ b/sbin/isakmpd/ui.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ui.c,v 1.27 2002/03/17 21:48:06 angelos Exp $ */ +/* $OpenBSD: ui.c,v 1.28 2002/03/19 04:00:59 angelos Exp $ */ /* $EOM: ui.c,v 1.43 2000/10/05 09:25:12 niklas Exp $ */ /* @@ -65,8 +65,6 @@ void daemon_shutdown_now (int); /* Report all SA configuration information. */ void ui_report_sa (char *cmd); -/* Issue SIGHUP. */ -void ui_sighup (char *cmd); char *ui_fifo = FIFO; int ui_socket; |