about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-27 22:13:09 +0000
committerJames Booth <boothj5@gmail.com>2015-01-27 22:13:09 +0000
commit2cdbfc7eb7d90ed286c6c5f432990166cdec0b93 (patch)
tree678c2bcd6edae1c335e428103bb2af9b7471b8a2 /tests/helpers.h
parent25d31101bfb365c8224ef09f84a92794a89e975f (diff)
downloadprofani-tty-2cdbfc7eb7d90ed286c6c5f432990166cdec0b93.tar.gz
Added gnu readline
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
index 2d7af6e7..75d446d0 100644
--- a/tests/helpers.h
+++ b/tests/helpers.h
@@ -6,5 +6,7 @@ void close_preferences(void **state);
 void init_chat_sessions(void **state);
 void close_chat_sessions(void **state);
 
+int utf8_pos_to_col(char *str, int utf8_pos);
+
 void glist_set_cmp(GCompareFunc func);
 int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file