aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-12 01:01:35 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-12 01:01:35 +0100
commite2b15bb7ebd347dd044167575068ef87ffd9301c (patch)
tree5ff386cd06c3d282b39e0e8f8792f956222b31a6 /set.h
parent5f4eedefd2a444c213f65283a3d942d6287e6ea2 (diff)
- add global policy setting
- add copyright and author notices to otr.h and otr.c
Diffstat (limited to 'set.h')
-rw-r--r--set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/set.h b/set.h
index 3e1b4f66..d8d772a9 100644
--- a/set.h
+++ b/set.h
@@ -101,5 +101,6 @@ char *set_eval_op_buddies( set_t *set, char *value );
char *set_eval_halfop_buddies( set_t *set, char *value );
char *set_eval_voice_buddies( set_t *set, char *value );
char *set_eval_charset( set_t *set, char *value );
+char *set_eval_otr_policy( set_t *set, char *value );
#endif /* __SET_H__ */