summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-utils.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-10-21 20:45:27 -0400
committerRay Strode <rstrode@redhat.com>2007-10-21 20:45:27 -0400
commit0ab5c82cd09023e193b7588a3da53588ede72df8 (patch)
tree959c200795b9caf7eb283a6ada8f179dc4cedd83 /src/libply/ply-utils.h
parent35e608b03ed14ca42dfa7c9c9bbbc9742c4bcf82 (diff)
downloadplymouth-0ab5c82cd09023e193b7588a3da53588ede72df8.tar.gz
plymouth-0ab5c82cd09023e193b7588a3da53588ede72df8.tar.xz
plymouth-0ab5c82cd09023e193b7588a3da53588ede72df8.zip
add ply_unmount_filesystem function to handle lazy umount
The lazy unmount flag isn't documented anywhere, so its probably better to hide the nastiness behind a function
Diffstat (limited to 'src/libply/ply-utils.h')
-rw-r--r--src/libply/ply-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libply/ply-utils.h b/src/libply/ply-utils.h
index dea2ab3..91d01ca 100644
--- a/src/libply/ply-utils.h
+++ b/src/libply/ply-utils.h
@@ -81,6 +81,7 @@ bool ply_create_detachable_directory (const char *directory);
int ply_detach_directory (const char *directory);
bool ply_copy_file (const char *source, const char *destination);
bool ply_copy_directory (const char *source, const char *destination);
+bool ply_unmount_filesystem (const char *directory);
#endif
#endif /* PLY_UTILS_H */