summaryrefslogtreecommitdiffstats
path: root/hcid/kword.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-11-14 18:22:37 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-11-14 18:22:37 +0000
commit38a404ba5bfbf21d4607a5d048846288a2359c56 (patch)
treec2d2f7a9d8e5c5077e21ca2cd99d17129cd28201 /hcid/kword.h
parentfc03565db71241cbc0a47ae7528273d3982fb606 (diff)
Add offmode config option for defining SetMode("off") behaviour
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 63ff5133..9457c9ca 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[];
+extern struct kword off_param[];
int find_keyword(struct kword *kw, char *str);