]> wimlib.net Git - wimlib/commitdiff
Wrap do_ntfs_umount() declaration with WITH_NTFS_3G
authorEric Biggers <ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:24:55 +0000 (11:24 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:24:55 +0000 (11:24 -0500)
src/wimlib_internal.h

index da17c9ec0613ce0490ea498767641c29a4ebada9..6528b77f073e4f522e0f2999b6a35853a2f4bb91 100644 (file)
@@ -562,8 +562,10 @@ build_dentry_tree_ntfs(struct wim_dentry **root_p,
                       wimlib_progress_func_t progress_func,
                       void *extra_arg);
 
+#ifdef WITH_NTFS_3G
 extern int
 do_ntfs_umount(struct _ntfs_volume *vol);
+#endif
 
 /* resource.c */