summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-19 04:01:00 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-19 04:01:00 +0000
commit990c0b9c2ac896f725dd94094944a1d02f64c895 (patch)
treea7615992de3fb95196084203725d97bddc4cbf02
parenta280460cb4711c67713b6a2c506bcdb0053067c8 (diff)
Remove unnecessary prototype.
-rw-r--r--sbin/isakmpd/ui.c4
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;