]> wimlib.net Git - wimlib/blobdiff - include/wimlib/capture.h
ntfs-3g_capture.c: cleanup
[wimlib] / include / wimlib / capture.h
index e41e1b0f2ce3e66d0dd91a01d5b200fdf82abd56..9ab48f738d22759ebfa2dda994904b9bd6983044 100644 (file)
@@ -89,9 +89,9 @@ typedef int (*capture_tree_t)(struct wim_dentry **, const tchar *,
 #ifdef WITH_NTFS_3G
 /* ntfs-3g_capture.c */
 extern int
 #ifdef WITH_NTFS_3G
 /* ntfs-3g_capture.c */
 extern int
-build_dentry_tree_ntfs(struct wim_dentry **root_p,
-                      const tchar *device,
-                      struct capture_params *params);
+ntfs_3g_build_dentry_tree(struct wim_dentry **root_ret,
+                         const tchar *device,
+                         struct capture_params *params);
 #endif
 
 #ifdef __WIN32__
 #endif
 
 #ifdef __WIN32__