source: MondoRescue/branches/2.2.6/mondo/src/common/libmondo-tools.h@ 2053

Last change on this file since 2053 was 1917, checked in by Bruno Cornec, 16 years ago

mondo.libmondo-cli.patch (Mark Pinkerton <Mark.Pinkerton_at_emageon.com>) modified to not duplicate the newt initialization stuff (we should rather remove them in mondoarchive)

  • Property svn:keywords set to Id
File size: 1.5 KB
RevLine 
[1]1 /* libmondo-tools.h
[128]2 * $Id: libmondo-tools.h 1917 2008-04-16 23:29:45Z bruno $
3 */
[1]4
5void clean_up_KDE_desktop_if_necessary(void);
6
[128]7long get_time();
[1917]8char *mr_date(void);
[1]9extern void (*log_debug_msg) (int debug_level, const char *szFile,
[128]10 const char *szFunction, int nLine,
11 const char *fmt, ...);
12void standard_log_debug_msg(int debug_level, const char *szFile,
13 const char *szFunction, int nLine,
14 const char *fmt, ...);
15int read_cfg_var(char *config_file, char *label, char *value);
16int write_cfg_var(char *config_file, char *label, char *value);
[1647]17void reset_bkpinfo();
[1]18#ifdef __FreeBSD__
[128]19void initialize_raidrec(struct vinum_volume *vv);
[1]20#else
[128]21void initialize_raidrec(struct raid_device_record *raidrec);
[1]22#endif
[128]23void log_trace(char *o);
24int some_basic_system_sanity_checks();
[1]25
26
27void insmod_crucial_modules(void);
28int find_and_store_mondoarchives_home(char *home_sz);
29
30
31void unmount_supermounts_if_necessary(void);
32void remount_supermounts_if_necessary(void);
33
[1647]34int post_param_configuration();
[1]35
36
[1647]37int pre_param_configuration();
[1]38
[128]39long free_space_on_given_partition(char *partition);
[1]40
41
42
43void mount_boot_if_necessary(void);
44void unmount_boot_if_necessary(void);
45
46void restart_autofs_if_necessary(void);
47void malloc_libmondo_global_strings(void);
48void free_libmondo_global_strings(void);
49
50double get_kernel_version();
[128]51char *get_architecture();
[1375]52char *get_uname_m();
[128]53bool does_nonMS_partition_exist(void);
[1]54void stop_magicdev_if_necessary(void);
55void restart_magicdev_if_necessary(void);
56void stop_autofs_if_necessary(void);
57void restart_autofs_if_necessary(void);
Note: See TracBrowser for help on using the repository browser.