New wrap quotation implementation. Move gtkstext_strncmp() to gtkstext.c.
[claws.git] / src / gtkstext.h
index 3b29e02f5a89d60a4db757e12570abf9328dc58e..586903c8c13286bf972ab54283aab22e08cc2070 100644 (file)
@@ -251,6 +251,8 @@ void           gtk_stext_set_cursor_type  (GtkSText *text, GtkSTextCursorType cursor_ty
 
 /* SYLPHEED */
 guint     is_url_string (GtkSText *text, guint start_pos, guint text_len);
+guint     gtkstext_strncmp (GtkSText *text, guint pos1, guint pos2,
+                            guint text_len, guint len);
 guint     gtkstext_str_strcmp (GtkSText *text, guint start_pos,
                                guint text_len, gchar *str);