diff options
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index a1e2d4b..80f0c5e 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -87,6 +87,10 @@ append(gchar *&str, gchar chr) append(str, CHR2STR(chr)); } +/* in main.cpp */ +void get_coord(const gchar *str, gint pos, + gint &line, gint &column); + } /* namespace String */ namespace Validate { |