summaryrefslogtreecommitdiff
path: root/include/sqfs/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqfs/io.h')
-rw-r--r--include/sqfs/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/io.h b/include/sqfs/io.h
index 866389b..1108a61 100644
--- a/include/sqfs/io.h
+++ b/include/sqfs/io.h
@@ -140,7 +140,7 @@ extern "C" {
* @return A pointer to a file object on success, NULL on allocation failure,
* failure to open the file or if an unknown flag was set.
*/
-SQFS_API sqfs_file_t *sqfs_open_file(const char *filename, int flags);
+SQFS_API sqfs_file_t *sqfs_open_file(const char *filename, sqfs_u32 flags);
#ifdef __cplusplus
}