diff src/lib/ostream.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 935d0b1df754
children 29f09c05945d
line wrap: on
line diff
--- a/src/lib/ostream.c	Sat Jan 11 21:01:56 2003 +0200
+++ b/src/lib/ostream.c	Sat Jan 11 21:55:56 2003 +0200
@@ -49,10 +49,10 @@
 }
 
 void o_stream_set_blocking(struct ostream *stream, int timeout_msecs,
-			   void (*timeout_func)(void *), void *context)
+			   void (*timeout_cb)(void *), void *context)
 {
 	_io_stream_set_blocking(stream->real_stream, timeout_msecs,
-				timeout_func, context);
+				timeout_cb, context);
 }
 
 void o_stream_cork(struct ostream *stream)