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 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 {