]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / include / wimlib / ntfs_3g.h
index e2ed6d6bbcef1ab231cc706c33526171a1bdfa6f..03fc04b6b15748927beae0ed13b2ce0f9c73e24c 100644 (file)
@@ -9,18 +9,18 @@ struct blob_descriptor;
 struct consume_chunk_callback;
 struct ntfs_location;
 
-extern int
+int
 read_ntfs_attribute_prefix(const struct blob_descriptor *blob, u64 size,
                           const struct consume_chunk_callback *cb,
                           bool recover_data);
 
-extern struct ntfs_location *
+struct ntfs_location *
 clone_ntfs_location(const struct ntfs_location *loc);
 
-extern void
+void
 free_ntfs_location(struct ntfs_location *loc);
 
-extern int
+int
 cmp_ntfs_locations(const struct ntfs_location *loc1,
                   const struct ntfs_location *loc2);