diff src/context.h @ 97:cc3b79349c9c stable-5-5

fix int function not returning value
author carl
date Wed, 21 Sep 2005 13:29:28 -0700
parents e107ade3b1c0
children f8963ddf7143
line wrap: on
line diff
--- a/src/context.h	Wed Sep 21 13:25:16 2005 -0700
+++ b/src/context.h	Wed Sep 21 13:29:28 2005 -0700
@@ -51,7 +51,7 @@
 	int 	reader();
 	int 	read_line();
 	int 	read_response();
-	int 	flush_line(int r);
+	void	flush_line(int r);
 	int 	cmd(char *c);
 	int 	helo();
 	int 	rset();