summaryrefslogtreecommitdiff
path: root/riscos/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/bitmap.h')
-rw-r--r--riscos/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/bitmap.h b/riscos/bitmap.h
index 2ce8f04a9..a43c3a6bf 100644
--- a/riscos/bitmap.h
+++ b/riscos/bitmap.h
@@ -28,7 +28,7 @@ struct bitmap {
};
-struct bitmap *bitmap_create_file(int width, int height, char *file);
+struct bitmap *bitmap_create_file(char *file);
void bitmap_initialise_memory(void);
void bitmap_quit(void);
void bitmap_maintain(void);