source: MondoRescue/trunk/mondo/mondo/common/libmondo-mountlist-EXT.h@ 30

Last change on this file since 30 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[1]1/* libmondo-mountlist-EXT.h */
2
3extern int evaluate_drive_within_mountlist (struct mountlist_itself *mountlist,
4 char *drive, char *flaws_str);
5extern int evaluate_mountlist (struct mountlist_itself *mountlist, char *flaws_str_A,
6 char *flaws_str_B, char *flaws_str_C);
7extern int find_device_in_mountlist (struct mountlist_itself *mountlist, char *device);
8extern int look_for_duplicate_mountpoints (struct mountlist_itself *mountlist, char *flaws_str);
9extern int look_for_weird_formats (struct mountlist_itself *mountlist, char *flaws_str);
10extern int make_list_of_drives_in_mountlist(struct mountlist_itself*,struct list_of_disks*);
11extern long long size_of_specific_device_in_mountlist (struct mountlist_itself *mountlist, char *device);
12
13
14
15
16extern int load_mountlist( struct mountlist_itself *mountlist, char *fname);
17extern void sort_mountlist_by_device( struct mountlist_itself *mountlist);
18extern int save_mountlist_to_disk(struct mountlist_itself *mountlist, char *fname);
19extern void sort_mountlist_by_mountpoint(struct mountlist_itself *mountlist, bool reverse);
20extern void sort_mountlist_by_device( struct mountlist_itself *mountlist);
21extern void swap_mountlist_entries(struct mountlist_itself *mountlist, int a, int b);
Note: See TracBrowser for help on using the repository browser.