summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-23 15:41:50 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-23 15:41:50 +0000
commit6720beb2c100ae11855755e6e4d0310b2c6749ac (patch)
tree02327c4d58d675123b957e46d691eda07cf0b1d1 /content/content.h
parentecc3e59fdc1d6ab066abffbe924b8d8376c477da (diff)
downloadnetsurf-6720beb2c100ae11855755e6e4d0310b2c6749ac.tar.gz
netsurf-6720beb2c100ae11855755e6e4d0310b2c6749ac.tar.bz2
[project @ 2004-06-23 15:41:50 by bursa]
Fix fetchcache_go() treatment of contents which the initiator loses interest in (eg. wrong content-type). svn path=/import/netsurf/; revision=997
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 1048df818..09d59be45 100644
--- a/content/content.h
+++ b/content/content.h
@@ -270,6 +270,10 @@ void content_add_user(struct content *c,
void (*callback)(content_msg msg, struct content *c, void *p1,
void *p2, union content_msg_data data),
void *p1, void *p2);
+struct content_user * content_find_user(struct content *c,
+ void (*callback)(content_msg msg, struct content *c, void *p1,
+ void *p2, union content_msg_data data),
+ void *p1, void *p2);
void content_remove_user(struct content *c,
void (*callback)(content_msg msg, struct content *c, void *p1,
void *p2, union content_msg_data data),