summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/dh.h
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-05-14 08:42:57 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-05-14 08:42:57 +0000
commit9ebd50fd1a5b0b38ce6d40aaa65ad328f655e9af (patch)
treea3ae649e989a6b8165141e3969fc1388a3c14ff0 /sbin/isakmpd/dh.h
parenta1364e6eb548a466cdbf649b747244c5ba58a466 (diff)
Some more KNF, no binary change.
ok ho@
Diffstat (limited to 'sbin/isakmpd/dh.h')
-rw-r--r--sbin/isakmpd/dh.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/dh.h b/sbin/isakmpd/dh.h
index 96c30d2cfd5..afd00ad001d 100644
--- a/sbin/isakmpd/dh.h
+++ b/sbin/isakmpd/dh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.h,v 1.6 2004/04/15 18:39:25 deraadt Exp $ */
+/* $OpenBSD: dh.h,v 1.7 2004/05/14 08:42:56 hshoexer Exp $ */
/* $EOM: dh.h,v 1.4 1999/04/17 23:20:24 niklas Exp $ */
/*
@@ -36,8 +36,8 @@
struct group;
-int dh_getlen(struct group *);
-int dh_create_exchange(struct group *, u_int8_t *);
-int dh_create_shared(struct group *, u_int8_t *, u_int8_t *);
+int dh_getlen(struct group *);
+int dh_create_exchange(struct group *, u_int8_t *);
+int dh_create_shared(struct group *, u_int8_t *, u_int8_t *);
#endif /* _DH_H_ */