From b1ac98abf9e700f03d5aa5f97c06dab605d6da06 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 15 Apr 2004 18:39:31 +0000 Subject: partial move to KNF. More to come. This has happened because there are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer --- sbin/isakmpd/ui.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sbin/isakmpd/ui.h') diff --git a/sbin/isakmpd/ui.h b/sbin/isakmpd/ui.h index 9a2ddc0f69f..3876e8d1bdf 100644 --- a/sbin/isakmpd/ui.h +++ b/sbin/isakmpd/ui.h @@ -1,5 +1,5 @@ -/* $OpenBSD: ui.h,v 1.5 2003/06/03 14:28:16 ho Exp $ */ -/* $EOM: ui.h,v 1.5 1998/12/01 10:20:12 niklas Exp $ */ +/* $OpenBSD: ui.h,v 1.6 2004/04/15 18:39:26 deraadt Exp $ */ +/* $EOM: ui.h,v 1.5 1998/12/01 10:20:12 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -34,11 +34,11 @@ #define FIFO "/var/run/isakmpd.fifo" -extern char *ui_fifo; -extern int ui_socket; +extern char *ui_fifo; +extern int ui_socket; -extern void ui_handler (void); -extern void ui_init (void); -extern void ui_report (char *); +extern void ui_handler(void); +extern void ui_init(void); +extern void ui_report(char *); -#endif /* _UI_H_ */ +#endif /* _UI_H_ */ -- cgit v1.2.3