Revision 2032 libsylph/pop.c

pop.c (revision 2032)
76 76

  
77 77
static void pop3_session_destroy	(Session	*session);
78 78

  
79
static gint pop3_write_msg_to_file	(const gchar	*file,
80
					 FILE		*src_fp,
81
					 guint		 len);
79
gint pop3_write_msg_to_file	(const gchar	*file,
80
				 FILE		*src_fp,
81
				 guint		 len);
82 82

  
83 83
static Pop3State pop3_lookup_next	(Pop3Session	*session);
84 84

  
......
561 561
	return 0;
562 562
}
563 563

  
564
static gint pop3_write_msg_to_file(const gchar *file, FILE *src_fp, guint len)
564
gint pop3_write_msg_to_file(const gchar *file, FILE *src_fp, guint len)
565 565
{
566 566
	FILE *fp;
567 567
	gchar buf[BUFFSIZE];

Also available in: Unified diff