summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-19 18:31:23 +0100
committerJim Meyering <meyering@redhat.com>2012-02-07 11:53:32 +0100
commit9c1cf7e01ebd786e3fb25e101be209bf0843b77a (patch)
tree644f0ad30355488144428e6f828283c64db4c3ae /include
parent50dd04e2b369699dd44a8f65ac5915c43e57c66f (diff)
downloadparted-9c1cf7e01ebd786e3fb25e101be209bf0843b77a.tar.gz
lib-fs-resize: re-add HFS and FAT file-system-related code
This just adds the code, without hooking it up yet. * po/POTFILES.in: Add all libparted/fs/r/**.c files.
Diffstat (limited to 'include')
-rw-r--r--include/parted/filesys.in.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/parted/filesys.in.h b/include/parted/filesys.in.h
index 2f74c91..c0f72f4 100644
--- a/include/parted/filesys.in.h
+++ b/include/parted/filesys.in.h
@@ -98,6 +98,12 @@ extern PedGeometry* ped_file_system_probe_specific (
const PedFileSystemType* fs_type,
PedGeometry* geom);
+PedFileSystem *ped_file_system_open (PedGeometry *geom);
+int ped_file_system_close (PedFileSystem *fs);
+int ped_file_system_resize (PedFileSystem *fs, PedGeometry *geom,
+ PedTimer *timer);
+PedConstraint *ped_file_system_get_resize_constraint (const PedFileSystem *fs);
+
#endif /* PED_FILESYS_H_INCLUDED */
/** @} */