aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/string-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string-utils.h')
-rw-r--r--src/string-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string-utils.h b/src/string-utils.h
index e2f7be3..aa646d6 100644
--- a/src/string-utils.h
+++ b/src/string-utils.h
@@ -75,6 +75,8 @@ append(gchar *&str, gchar chr)
append(str, buf);
}
+gchar *canonicalize_ctl(const gchar *str);
+
void get_coord(const gchar *str, gint pos,
gint &line, gint &column);