summaryrefslogtreecommitdiff
path: root/amiga/save_complete.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/save_complete.h')
-rwxr-xr-xamiga/save_complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/save_complete.h b/amiga/save_complete.h
index b8a34ad86..cb6c26643 100755
--- a/amiga/save_complete.h
+++ b/amiga/save_complete.h
@@ -27,6 +27,6 @@
#include "content/content.h"
void save_complete_init(void);
-bool save_complete(struct content *c, const char *path);
+bool save_complete(hlcache_handle *c, const char *path);
#endif