diff src/lib/istream-data.c @ 953:411006be3c66 HEAD

Naming change for function typedefs.
author Timo Sirainen <tss@iki.fi>
date Sat, 11 Jan 2003 21:55:56 +0200
parents fd8888f6f037
children 293143677345
line wrap: on
line diff
--- a/src/lib/istream-data.c	Sat Jan 11 21:01:56 2003 +0200
+++ b/src/lib/istream-data.c	Sat Jan 11 21:55:56 2003 +0200
@@ -41,7 +41,7 @@
 
 static void _set_blocking(struct _iostream *stream __attr_unused__,
 			  int timeout_msecs __attr_unused__,
-			  void (*timeout_func)(void *) __attr_unused__,
+			  void (*timeout_cb)(void *) __attr_unused__,
 			  void *context __attr_unused__)
 {
 }