source: MondoRescue/branches/2.2.10/mondo/src/common/libmondo-string.h@ 2414

Last change on this file since 2414 was 2414, checked in by Bruno Cornec, 15 years ago

severity_of_difference is now allocating memory freed by the caller

  • Property svn:keywords set to Id
File size: 1.2 KB
Line 
1/*
2 * $Id: libmondo-string.h 2414 2009-09-20 00:53:32Z bruno $
3 */
4
5char *build_partition_name(const char *drive, int partno);
6void center_string(char *in_out, int width);
7char *commarize(char *);
8char *disklist_entry_to_string(struct list_of_disks *disklist, int lino);
9long friendly_sizestr_to_sizelong(char *incoming);
10char *leftpad_string(char *incoming, int width);
11char *marker_to_string(int marker);
12char *mountlist_entry_to_string(struct mountlist_itself *mountlist,
13 int lino);
14char *number_of_disks_as_string(int noof_disks, char *label);
15char *number_to_text(int i);
16char *resolve_naff_tokens(char *ip, char *value, char *token);
17char *slice_fname(long bigfileno, long sliceno, char *path, char *s);
18int special_dot_char(int i);
19int strcmp_inc_numbers(char *stringA, char *stringB);
20char *strip_afio_output_line(char *input);
21void strip_spaces(char *in_out);
22char *trim_empty_quotes(char *incoming);
23char *truncate_to_drive_name(char *partition);
24char *turn_raid_level_number_to_string(int raid_level);
25void printf_silly_message(void);
26
27int compare_two_filelist_entries(void *va, void *vb);
28int severity_of_difference(char *filename, char **out_reason);
29
30char *percent_media_full_comment();
31char *media_descriptor_string(t_bkptype);
Note: See TracBrowser for help on using the repository browser.