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-EXT.h

    r171 r783  
    3333                                                           *, bool);
    3434
    35 
    36 extern void make_fifo(char *store_name_here, char *stub);
    37 
    38 
    3935extern void insist_on_this_cd_number(struct s_bkpinfo *bkpinfo,
    4036                                     int cd_number_i_want);
     
    6965
    7066extern char *which_partition_format(const char *drive);
     67extern char *bkptype_to_string(t_bkptype bt);
Note: See TracChangeset for help on using the changeset viewer.