summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-20 16:30:21 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-02-20 16:30:21 +0000
commit9eac55d78ac2d3eabece18053e5947d2b9373cdc (patch)
tree1763e4f4530ab95ce9f11d13f62918026817a35b
parentc18d5dfd73078844b6dad9e2c92994436fa7233e (diff)
Merge with EOM 1.5
author: niklas Allow isakmpd builders to remove optional parts and save bytes.
-rw-r--r--sbin/isakmpd/policy.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/isakmpd/policy.h b/sbin/isakmpd/policy.h
index 253f9e740b6..ade8314cd5f 100644
--- a/sbin/isakmpd/policy.h
+++ b/sbin/isakmpd/policy.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: policy.h,v 1.2 1999/08/26 22:28:33 niklas Exp $ */
-/* $EOM: policy.h,v 1.4 1999/08/26 11:36:47 niklas Exp $ */
+/* $OpenBSD: policy.h,v 1.3 2000/02/20 16:30:20 niklas Exp $ */
+/* $EOM: policy.h,v 1.5 2000/02/19 07:46:33 niklas Exp $ */
/*
* Copyright (c) 1999 Angelos D. Keromytis. All rights reserved.
@@ -69,6 +69,8 @@ extern char **(*lk_kn_read_asserts) (char *, int, int *);
extern int (*lk_kn_remove_authorizer) (int, char *);
#endif /* HAVE_DLOPEN && !USE_KEYNOTE */
+extern int keynote_sessid;
+
extern void policy_init (void);
#endif /* _POLICY_H_ */