diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:59:12 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:59:12 +0000 |
commit | 41ecb0a9c99c25f1767da2c25db3484434421e40 (patch) | |
tree | 566e95af04daadc2ca2707aea1e15beec57a143d /sametime/options.h | |
parent | 228aa467601ce154733757f7072f573eec926659 (diff) |
client version change, added option to revert
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@420 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'sametime/options.h')
-rw-r--r-- | sametime/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sametime/options.h b/sametime/options.h index 6c6a7bf..b5569c0 100644 --- a/sametime/options.h +++ b/sametime/options.h @@ -24,6 +24,7 @@ typedef struct Options_tag { bool add_contacts;
bool encrypt_session;
bool idle_as_away;
+ bool use_old_default_client_ver;
} Options;
extern Options options;
|