]> git.sesse.net Git - plocate/blobdiff - bind-mount.h
Remove some globals from the bind mount code.
[plocate] / bind-mount.h
index b8c9e5fc6a96b3183e67c846154d5d2c0109e12f..b8d76b56ce9d2b4ddfcfbb8043f70f7fe35d5b43 100644 (file)
@@ -30,7 +30,7 @@ any later version.
    (Bind mounts "to self" are ignored.) */
 extern bool is_bind_mount(const char *path);
 
-/* Initialize state for is_bind_mount(), to read data from MOUNTINFO. */
-extern void bind_mount_init(const char *mountinfo);
+/* Initialize state for is_bind_mount(), to read data from MOUNTINFO_PATH. */
+extern void bind_mount_init();
 
 #endif