| 1 | /* libmondo-tools-EXT.h */
|
|---|
| 2 |
|
|---|
| 3 | extern void clean_up_KDE_desktop_if_necessary(void);
|
|---|
| 4 | extern long get_time();
|
|---|
| 5 | extern char *mr_date(void);
|
|---|
| 6 | extern int read_cfg_var(char *config_file, char *label, char *value);
|
|---|
| 7 | extern int write_cfg_var(char *config_file, char *label, char *value);
|
|---|
| 8 | extern void alloc_bkpinfo(void);
|
|---|
| 9 | extern void reset_bkpinfo(void);
|
|---|
| 10 | #ifdef __FreeBSD__
|
|---|
| 11 | extern void initialize_raidrec(struct vinum_volume *vv);
|
|---|
| 12 | #else
|
|---|
| 13 | extern void initialize_raidrec(struct raid_device_record *raidrec);
|
|---|
| 14 | #endif
|
|---|
| 15 | extern int some_basic_system_sanity_checks();
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | extern int g_loglevel;
|
|---|
| 19 |
|
|---|
| 20 | extern void insmod_crucial_modules(void);
|
|---|
| 21 | extern int find_and_store_mondoarchives_home(char *home_sz);
|
|---|
| 22 |
|
|---|
| 23 | extern void unmount_supermounts_if_necessary(void);
|
|---|
| 24 | extern void remount_supermounts_if_necessary(void);
|
|---|
| 25 |
|
|---|
| 26 | extern int post_param_configuration();
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | extern int pre_param_configuration();
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 | extern void mount_boot_if_necessary(void);
|
|---|
| 33 | extern void unmount_boot_if_necessary(void);
|
|---|
| 34 | extern void restart_autofs_if_necessary(void);
|
|---|
| 35 | extern void malloc_libmondo_global_strings(void);
|
|---|
| 36 | extern void free_libmondo_global_strings(void);
|
|---|
| 37 |
|
|---|
| 38 | extern double get_kernel_version();
|
|---|
| 39 | extern char *get_architecture();
|
|---|
| 40 | extern char *get_uname_m();
|
|---|
| 41 |
|
|---|
| 42 | extern void stop_magicdev_if_necessary(void);
|
|---|
| 43 | extern void restart_magicdev_if_necessary(void);
|
|---|
| 44 | extern void stop_autofs_if_necessary(void);
|
|---|
| 45 | extern void restart_autofs_if_necessary(void);
|
|---|