summaryrefslogtreecommitdiff
path: root/amiga/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/print.h')
-rwxr-xr-xamiga/print.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/print.h b/amiga/print.h
index 3afa9e688..9091a6b63 100755
--- a/amiga/print.h
+++ b/amiga/print.h
@@ -27,11 +27,11 @@ struct ami_print_window {
Object *objects[OID_LAST];
struct Gadget *gadgets[GID_LAST];
struct nsObject *node;
- struct content *c;
+ struct hlcache_handle *c;
};
-void ami_print(struct content *c, int copies);
-void ami_print_ui(struct content *c);
+void ami_print(struct hlcache_handle *c, int copies);
+void ami_print_ui(struct hlcache_handle *c);
BOOL ami_print_event(struct ami_print_window *pw);
bool ami_print_cont(void);
struct MsgPort *ami_print_init(void);