summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk/swsusp.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gplinclude/disk/swsusp.h')
-rw-r--r--com32/gplinclude/disk/swsusp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/disk/swsusp.h b/com32/gplinclude/disk/swsusp.h
index 54140b3d..1d77c878 100644
--- a/com32/gplinclude/disk/swsusp.h
+++ b/com32/gplinclude/disk/swsusp.h
@@ -15,5 +15,5 @@ struct swsusp_header {
char sig[10];
} __attribute__((packed));
-int swsusp_check(struct driveinfo*, struct part_entry*, int*);
+int swsusp_check(struct driveinfo*, struct part_entry*);
#endif /* _SWSUSP_H */