Ignore:
Timestamp:
Sep 25, 2013, 9:03:25 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • revert r3188 & r3189 as I started to work on branch 3.0 before deciding it was much better to do it in 3.2. This will allow some small maintenance work on 3.0 if needed, while pushing all the rest to 3.2 and providing early access to it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/libmondo-devices-EXT.h

    r3188 r3192  
    1616extern int find_device_in_mountlist(struct mountlist_itself *mountlist,
    1717                                    char *device);
    18 extern int mount_CDROM_here(char *device, const char *mountpoint);
     18extern int mount_CDROM_here(char *device, char *mountpoint);
    1919extern long long size_of_specific_device_in_mountlist(struct
    2020                                                      mountlist_itself
     
    5757extern int inject_device(char *dev);
    5858extern bool does_nonMS_partition_exist(void);
    59 extern char *resolve_softlinks_to_get_to_actual_device_file(char *incoming);
     59extern char *resolve_softlinks_to_get_to_actual_device_file(char
     60                                                            *incoming);
    6061
    6162extern void set_g_cdrom_and_g_dvd_to_bkpinfo_value();
Note: See TracChangeset for help on using the changeset viewer.