mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-15 11:32:58 +03:00
hlcache_handle is typedeffed.
svn path=/trunk/netsurf/; revision=10261
This commit is contained in:
parent
088742b3c3
commit
87166fdbc1
@ -23,6 +23,7 @@
|
||||
#include "oslib/osfile.h"
|
||||
#include "content/content.h"
|
||||
#include "content/fetch.h"
|
||||
#include "content/hlcache.h"
|
||||
#include "riscos/gui.h"
|
||||
#include "utils/config.h"
|
||||
#include "utils/log.h"
|
||||
@ -250,7 +251,7 @@ int cmp_type(const void *x, const void *y)
|
||||
* \param content The content to examine.
|
||||
* \return The RISC OS filetype corresponding to the content
|
||||
*/
|
||||
int ro_content_filetype(struct hlcache_handle *c)
|
||||
int ro_content_filetype(hlcache_handle *c)
|
||||
{
|
||||
int file_type;
|
||||
os_error *error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user