aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-21 03:22:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-21 03:22:46 +0000
commitde44b9bbce799a4f4308809e53c30b52aa67b786 (patch)
tree273e4632d8d02f0964468050696dff344e914cab /libsylph/utils.h
parentc8054e822df9cdfe8ca186e107f77ef867895f47 (diff)
use filename-safe string for UIDL file.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1003 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 92fd831e..e5251991 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -346,6 +346,7 @@ gint get_uri_len (const gchar *str);
void decode_uri (gchar *decoded_uri,
const gchar *encoded_uri);
gchar *encode_uri (const gchar *filename);
+gchar *uriencode_for_filename (const gchar *filename);
gint scan_mailto_url (const gchar *mailto,
gchar **to,
gchar **cc,