Changeset 1052 in MondoRescue for branches


Ignore:
Timestamp:
Jan 11, 2007, 9:17:21 PM (17 years ago)
Author:
andree
Message:

Fix compiler warning about implict declaration of function
mount_device() by putting it back into mondo-rstr-tools.h.

Location:
branches
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.1/mondo/src/mondorestore/mondo-rstr-tools.h

    r912 r1052  
    1010int modify_rclocal_one_time(char *path);
    1111int mount_cdrom(struct s_bkpinfo *bkpinfo);
     12int mount_device(char *, char *, char *, bool);
    1213int mount_all_devices(struct mountlist_itself *, bool);
    1314void protect_against_braindead_sysadmins(void);
  • branches/stable/mondo/src/mondorestore/mondo-rstr-tools.h

    r912 r1052  
    1010int modify_rclocal_one_time(char *path);
    1111int mount_cdrom(struct s_bkpinfo *bkpinfo);
     12int mount_device(char *, char *, char *, bool);
    1213int mount_all_devices(struct mountlist_itself *, bool);
    1314void protect_against_braindead_sysadmins(void);
Note: See TracChangeset for help on using the changeset viewer.