aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-17 09:39:30 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-17 09:39:30 +0000
commitc4d3d4b1a7658d4b18c2f8eddbbe4aca96cbda2d (patch)
tree47180799ce405e0612ab9cbf2e32a22607ae9043 /src/utils.h
parent757ef705ea742351f83f7bbe37dc5b15a6f24a15 (diff)
implemented new line-wrapping routine.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@110 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h
index d884daf9..0d8e827d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -319,6 +319,7 @@ gchar *trim_string_before (const gchar *str,
GList *uri_list_extract_filenames (const gchar *uri_list);
gboolean is_uri_string (const gchar *str);
gchar *get_uri_path (const gchar *uri);
+gint get_uri_len (const gchar *str);
void decode_uri (gchar *decoded_uri,
const gchar *encoded_uri);
gint scan_mailto_url (const gchar *mailto,