summaryrefslogtreecommitdiff
path: root/riscos/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/jpeg.h')
-rw-r--r--riscos/jpeg.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/riscos/jpeg.h b/riscos/jpeg.h
index d2ba94214..c81cff6b6 100644
--- a/riscos/jpeg.h
+++ b/riscos/jpeg.h
@@ -8,7 +8,12 @@
#ifndef _NETSURF_RISCOS_JPEG_H_
#define _NETSURF_RISCOS_JPEG_H_
-#include "netsurf/content/content.h"
+struct content;
+
+struct content_jpeg_data {
+ char *data;
+ unsigned long length;
+};
void jpeg_create(struct content *c);
void jpeg_process_data(struct content *c, char *data, unsigned long size);