git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b70d7
)
Wrap do_ntfs_umount() declaration with WITH_NTFS_3G
author
Eric Biggers
<ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:24:55 +0000
(11:24 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Mon, 8 Apr 2013 16:24:55 +0000
(11:24 -0500)
src/wimlib_internal.h
patch
|
blob
|
history
diff --git
a/src/wimlib_internal.h
b/src/wimlib_internal.h
index da17c9ec0613ce0490ea498767641c29a4ebada9..6528b77f073e4f522e0f2999b6a35853a2f4bb91 100644
(file)
--- a/
src/wimlib_internal.h
+++ b/
src/wimlib_internal.h
@@
-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 */