diff options
| author | Peter Jones <pjones@redhat.com> | 2008-06-04 12:03:35 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@pjones2.localdomain> | 2008-06-04 12:03:35 -0400 |
| commit | a47e2686097e88e2ee47075d3ab1cf1b0e671df1 (patch) | |
| tree | cde547af5029f07e6141a446b3c0eb3586263d9d /src/libply/ply-utils.h | |
| parent | 74c016281def0f532385e651fce892527ba83f0b (diff) | |
| download | plymouth-a47e2686097e88e2ee47075d3ab1cf1b0e671df1.tar.gz plymouth-a47e2686097e88e2ee47075d3ab1cf1b0e671df1.tar.xz plymouth-a47e2686097e88e2ee47075d3ab1cf1b0e671df1.zip | |
Add ply_move_mount().
Diffstat (limited to 'src/libply/ply-utils.h')
| -rw-r--r-- | src/libply/ply-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libply/ply-utils.h b/src/libply/ply-utils.h index e9803c9..3a2cc99 100644 --- a/src/libply/ply-utils.h +++ b/src/libply/ply-utils.h @@ -88,6 +88,7 @@ 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); +bool ply_move_mount (const char *source, const char *destination); ply_daemon_handle_t *ply_create_daemon (void); bool ply_detach_daemon (ply_daemon_handle_t *handle, |
