diff options
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 117791b..0e3c8dd 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -81,6 +81,9 @@ extern sig_atomic_t sigint_occurred; #define IS_FAILURE(X) (!IS_SUCCESS(X)) /* in main.cpp */ +void interrupt(void); + +/* in main.cpp */ const gchar *get_eol_seq(gint eol_mode); namespace Validate { |