Changeset 783 in MondoRescue for trunk/mondo/mondo/common/libmondo-devices.h


Ignore:
Timestamp:
Aug 31, 2006, 5:09:20 PM (18 years ago)
Author:
Bruno Cornec
Message:
  • Massive rewrite continues for memory management.
  • main structure should now have all parameters allocated dynamically
  • new lib libmr.a + dir + build process reviewed to support it.
  • new include subdir to host external definitions of the new lib
  • code now compiles. Still one remaining link issues for mondorestore. This should allow for some tests soon.

(goal is to separate completely reviewed code and functions and provide clean interfaces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-devices.h

    r171 r783  
    77int does_partition_exist(const char *drive, int partno);
    88bool does_string_exist_in_boot_block(char *dev, char *str);
    9 int find_and_mount_actual_cd(struct s_bkpinfo *bkpinfo, char *mountpoint);
     9bool find_and_mount_actual_cd(struct s_bkpinfo *bkpinfo, char *mountpoint);
    1010char *find_cdrom_device(bool try_to_mount);
    1111char *find_dvd_device(void);
     
    2828
    2929
    30 
    31 void make_fifo(char *store_name_here, char *stub);
    3230
    3331void insist_on_this_cd_number(struct s_bkpinfo *bkpinfo,
     
    5856
    5957char *which_partition_format(const char *drive);
     58char *bkptype_to_string(t_bkptype bt);
Note: See TracChangeset for help on using the changeset viewer.