diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-15 18:39:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-15 18:39:31 +0000 |
commit | b1ac98abf9e700f03d5aa5f97c06dab605d6da06 (patch) | |
tree | c08a9624b4a539b85c5650bcf09528d13eb2d039 /sbin/isakmpd/ui.h | |
parent | aeca45bc7d867b71e9600c7108674fae5db8ff9c (diff) |
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
Diffstat (limited to 'sbin/isakmpd/ui.h')
-rw-r--r-- | sbin/isakmpd/ui.h | 16 |
1 files changed, 8 insertions, 8 deletions
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_ */ |