2007-10-14 [colin] 3.0.2cvs72
[claws.git] / src / recv.h
index a18bfd6599c78fa4c602120aecfda52e27ceb3f1..6429fcdc377409b5bd5fde1bfea44c6024e3e767 100644 (file)
@@ -31,14 +31,8 @@ typedef gboolean (*RecvUIFunc)       (SockInfo       *sock,
 
 gint recv_write_to_file                (SockInfo       *sock,
                                 const gchar    *filename);
-gint recv_bytes_write_to_file  (SockInfo       *sock,
-                                glong           size,
-                                const gchar    *filename);
 gint recv_write                        (SockInfo       *sock,
                                 FILE           *fp);
-gint recv_bytes_write          (SockInfo       *sock,
-                                glong           size,
-                                FILE           *fp);
 
 void recv_set_ui_func          (RecvUIFunc      func,
                                 gpointer        data);