sync with Hiroyuki's 0.5.0claws2-3
[claws.git] / src / recv.h
index cae8dbae419386d007f76dc7da4c24b7c00a92a7..bc1dd89dd4a41a944f72e7ad21bd7129d22963a7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2001 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,8 @@
 #include "socket.h"
 
 typedef void (*RecvUIFunc)     (SockInfo       *sock,
-                                gint            read_len,
+                                gint            count,
+                                gint            read_bytes,
                                 gpointer        data);
 
 gint recv_write_to_file                (SockInfo       *sock,