diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-07 08:37:31 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-07 08:37:31 +0000 |
commit | d19d2c5d8874b947abc80b7aa29c7b19909006f7 (patch) | |
tree | 7f9b3f1b7095b12da753df3fb0fd28b6fef7476c /libsylph/recv.h | |
parent | 5f667d42f46f4735b0e23c00467055fc7d93df8e (diff) |
support literals in IMAP response.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@627 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/recv.h')
-rw-r--r-- | libsylph/recv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/recv.h b/libsylph/recv.h index 251bef56..bc31b9c7 100644 --- a/libsylph/recv.h +++ b/libsylph/recv.h @@ -29,6 +29,9 @@ typedef gboolean (*RecvUIFunc) (SockInfo *sock, gint read_bytes, gpointer data); +gchar *recv_bytes (SockInfo *sock, + glong size); + gint recv_write_to_file (SockInfo *sock, const gchar *filename); gint recv_bytes_write_to_file (SockInfo *sock, |