summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-07-10 16:42:52 +0100
committerVincent Sanders <vince@kyllikki.org>2019-07-10 16:42:52 +0100
commitc2fa6af0ff4098501560bd48f78dfbf9173f4021 (patch)
treeffceab0862b8c5e59c74a5ef26b38e051ec0ce50 /content/hlcache.h
parentf46b77160a0244b83ccd486df82ce14f7a4df59e (diff)
downloadnetsurf-c2fa6af0ff4098501560bd48f78dfbf9173f4021.tar.gz
netsurf-c2fa6af0ff4098501560bd48f78dfbf9173f4021.tar.bz2
make content close check the content status itself
make content handler open and close return error status
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 3d9f41cdb..986bdd3f4 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -16,8 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/** \file
- * High-level resource cache (interface)
+/**
+ * \file
+ * High-level resource cache interface
*/
#ifndef NETSURF_CONTENT_HLCACHE_H_