summaryrefslogtreecommitdiff
path: root/otr/options.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-01 12:58:06 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-01 12:58:06 +0000
commit0d47f648dfe4c38ba4405cfaddd124197336f9f6 (patch)
treed094de930222a6c87e7c3534d52d25faf01189cc /otr/options.h
parent06025766fa8a3f7b2ba0c143c0abf633bde41120 (diff)
added an option to reset FINISHED sessions back to plaintext automatically
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@194 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr/options.h')
-rw-r--r--otr/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otr/options.h b/otr/options.h
index 475e566..f4534c8 100644
--- a/otr/options.h
+++ b/otr/options.h
@@ -13,6 +13,7 @@ typedef struct {
char prefix[64];
bool delete_history;
+ bool timeout_finished;
} Options;
extern Options options;