From 962e6fea11c72999a95a56682746a63b10cecdb0 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 18 Feb 2000 22:50:21 +0000 Subject: [PATCH] Don't allow any setup file changes or log writing if another irssi session is running. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@121 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/common-setup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common-setup.h b/src/common-setup.h index ee174f8d..8c9a7be0 100644 --- a/src/common-setup.h +++ b/src/common-setup.h @@ -71,4 +71,6 @@ SETUP_CHANNEL_REC; extern GList *setupchannels; +extern gboolean readonly; + #endif