summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/attribute.h')
-rw-r--r--sbin/isakmpd/attribute.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/sbin/isakmpd/attribute.h b/sbin/isakmpd/attribute.h
index 29de52fb769..aa835cf1499 100644
--- a/sbin/isakmpd/attribute.h
+++ b/sbin/isakmpd/attribute.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: attribute.h,v 1.5 2004/04/15 18:39:25 deraadt Exp $ */
+/* $OpenBSD: attribute.h,v 1.6 2004/05/14 08:42:56 hshoexer Exp $ */
/* $EOM: attribute.h,v 1.2 1998/09/29 21:51:07 niklas Exp $ */
/*
@@ -36,14 +36,12 @@
struct constant_map;
-extern int
-attribute_map(u_int8_t *, size_t,
- int (*) (u_int16_t, u_int8_t *, u_int16_t, void *),
- void *);
- extern u_int8_t *attribute_set_basic(u_int8_t *, u_int16_t, u_int16_t);
- extern int attribute_set_constant(char *, char *, struct constant_map *,
- int, u_int8_t **);
- extern u_int8_t *attribute_set_var(u_int8_t *, u_int16_t, u_int8_t *,
- u_int16_t);
+extern int attribute_map(u_int8_t *, size_t, int (*)(u_int16_t,
+ u_int8_t *, u_int16_t, void *), void *);
+extern u_int8_t *attribute_set_basic(u_int8_t *, u_int16_t, u_int16_t);
+extern int attribute_set_constant(char *, char *, struct constant_map *,
+ int, u_int8_t **);
+extern u_int8_t *attribute_set_var(u_int8_t *, u_int16_t, u_int8_t *,
+ u_int16_t);
#endif /* _ATTRIBUTE_H_ */