summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-11-02 22:28:05 +0000
committerJames Bursa <james@netsurf-browser.org>2002-11-02 22:28:05 +0000
commit24080add5c78f09e0604b7ae180ec52209c86d1e (patch)
tree56c08122691d2c35ee50bdd490d7b92290e75c1f /desktop/browser.h
parentc009c7111c99ff78c5116f874a57a9ac7daf960d (diff)
downloadnetsurf-24080add5c78f09e0604b7ae180ec52209c86d1e.tar.gz
netsurf-24080add5c78f09e0604b7ae180ec52209c86d1e.tar.bz2
[project @ 2002-11-02 22:28:05 by bursa]
Memory cache. svn path=/import/netsurf/; revision=47
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 5cb97d999..50fc3faf7 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -1,5 +1,5 @@
/**
- * $Id: browser.h,v 1.3 2002/10/15 10:41:12 monkeyson Exp $
+ * $Id: browser.h,v 1.4 2002/11/02 22:28:05 bursa Exp $
*/
#ifndef _NETSURF_DESKTOP_BROWSER_H_
@@ -63,6 +63,7 @@ struct content
} html;
} data;
struct fetch* main_fetch;
+ unsigned int ref_count;
};