summaryrefslogtreecommitdiffstats
path: root/hcid/kword.h
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-07-18 18:12:46 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-07-18 18:12:46 +0000
commitc5dca08e234386563667e8f790b4e1122c364c5d (patch)
tree8d87f52a29142b96b243e3a8e52def40ab7c2cd8 /hcid/kword.h
parent99148a336433ac48bd8dc1fb23f4dc7cbf8c812e (diff)
Support for multiple pairing modes.
Link key replacement.
Diffstat (limited to 'hcid/kword.h')
-rw-r--r--hcid/kword.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/kword.h b/hcid/kword.h
index 854c91d0..10c54493 100644
--- a/hcid/kword.h
+++ b/hcid/kword.h
@@ -32,5 +32,6 @@ extern int lineno;
extern struct kword cfg_keyword[];
extern struct kword sec_param[];
+extern struct kword pair_param[];
int find_keyword(struct kword *kw, char *str);