diff plugins/timestamp.c @ 4201:511c2b63caa4

[gaim-migrate @ 4432] Some code cleanups to remove warnings and fix up indenting a little. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 04 Jan 2003 21:01:32 +0000
parents ebfb80bbe1ed
children 59751fe608c5
line wrap: on
line diff
--- a/plugins/timestamp.c	Sat Jan 04 19:41:07 2003 +0000
+++ b/plugins/timestamp.c	Sat Jan 04 21:01:32 2003 +0000
@@ -11,8 +11,9 @@
 GModule *handle;
 GSList *timestamp_timeouts;
 
-gboolean do_timestamp (struct conversation *c)
+gboolean do_timestamp (gpointer data)
 {
+	struct conversation *c = data;
 	char *buf;
 	char mdate[6];
 	time_t tim = time(NULL);