From 9317e33d0bb597543239ced2e100ece042cf416f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Jul 2003 21:33:01 +0000 Subject: [project @ 2003-07-09 21:33:01 by bursa] More work on and plugins. svn path=/import/netsurf/; revision=213 --- content/content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index dd9b50592..1c033f8bc 100644 --- a/content/content.h +++ b/content/content.h @@ -201,11 +201,11 @@ void content_redraw(struct content *c, long x, long y, void content_add_user(struct content *c, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, const char *error), - void *p1, void *p2); + void *p1, void *p2, struct object_params *params); void content_remove_user(struct content *c, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, const char *error), - void *p1, void *p2); + void *p1, void *p2, struct object_params *params); void content_broadcast(struct content *c, content_msg msg, char *error); #endif -- cgit v1.2.3