aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sciteco.h')
-rw-r--r--src/sciteco.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h
index 92014e2..a03c1d5 100644
--- a/src/sciteco.h
+++ b/src/sciteco.h
@@ -18,6 +18,8 @@
#ifndef __SCITECO_H
#define __SCITECO_H
+#include <signal.h>
+
#include <glib.h>
#include "interface.h"
@@ -30,6 +32,8 @@ namespace Flags {
extern gint64 ed;
}
+extern sig_atomic_t sigint_occurred;
+
extern gchar *cmdline;
extern bool quit_requested;