aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 04:39:28 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 04:39:28 +0100
commit779bb1654d20af6139f17bdaf9a38bcb75d20965 (patch)
treecc403555d0402e369fbaa9770cc4dbe4a383ea1d /sciteco.h
parentb58893781bcb8feeba8c4743ae3d5e6083dc010e (diff)
downloadsciteco-779bb1654d20af6139f17bdaf9a38bcb75d20965.tar.gz
EX command
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sciteco.h b/sciteco.h
index 88b41cc..e35ce92 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -9,6 +9,7 @@
#include <Scintilla.h>
extern gchar *cmdline;
+extern bool quit_requested;
void message_display(GtkMessageType type,
const gchar *fmt, ...) G_GNUC_PRINTF(2, 3);