hivex: Reimplement hivexget as a simple shell script.
[libguestfs.git] / daemon / ntfs.c
index 85deb65..b353008 100644 (file)
 
 #include "daemon.h"
 #include "actions.h"
+#include "optgroups.h"
+
+int
+optgroup_ntfs3g_available (void)
+{
+  int r = access ("/bin/ntfs-3g.probe", X_OK);
+  return r == 0;
+}
 
 int
 do_ntfs_3g_probe (int rw, const char *device)