sync with sylpheed 0.7.2cvs14
[claws.git] / src / recv.h
index bc1dd89dd4a41a944f72e7ad21bd7129d22963a7..e73a78f28fa36ab9267f82f7c6204ea0522d6ee6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2002 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
@@ -24,7 +24,7 @@
 
 #include "socket.h"
 
-typedef void (*RecvUIFunc)     (SockInfo       *sock,
+typedef gboolean (*RecvUIFunc) (SockInfo       *sock,
                                 gint            count,
                                 gint            read_bytes,
                                 gpointer        data);