diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 04:39:28 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-08 04:39:28 +0100 |
commit | 779bb1654d20af6139f17bdaf9a38bcb75d20965 (patch) | |
tree | cc403555d0402e369fbaa9770cc4dbe4a383ea1d /sciteco.h | |
parent | b58893781bcb8feeba8c4743ae3d5e6083dc010e (diff) | |
download | sciteco-779bb1654d20af6139f17bdaf9a38bcb75d20965.tar.gz |
EX command
Diffstat (limited to 'sciteco.h')
-rw-r--r-- | sciteco.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |