From 310895f0606ebe1f88e20755f221c51cc66a63df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 25 Jul 2011 21:55:43 +0200 Subject: rename 'Timer' to 'struct timer' --- src/output/httpd_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/output/httpd_internal.h') diff --git a/src/output/httpd_internal.h b/src/output/httpd_internal.h index 67396b667..3e6e9768d 100644 --- a/src/output/httpd_internal.h +++ b/src/output/httpd_internal.h @@ -65,10 +65,10 @@ struct httpd_output { GMutex *mutex; /** - * A #Timer object to synchronize this output with the + * A #timer object to synchronize this output with the * wallclock. */ - Timer *timer; + struct timer *timer; /** * The listener socket. -- cgit v1.2.3