Changeset 3429 in MondoRescue for branches/3.2/mondo/src/common
- Timestamp:
- Aug 27, 2015, 10:50:26 AM (10 years ago)
- Location:
- branches/3.2/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-devices.c
r3422 r3429 400 400 401 401 /** 402 * Determine whether given NULL-terminated @p str exists in the MBRof @p dev.402 * Determine whether given NULL-terminated @p str exists in the begining of @p dev. 403 403 * @param dev The device to look in. 404 404 * @param str The string to look for. -
branches/3.2/mondo/src/common/mondostructures.h
r3375 r3429 207 207 interactive, /// Interactive mode 208 208 compare, /// Compare mode 209 mbr, /// MBR mode209 mbr, /// MBR restore only 210 210 isoonly, /// ISO mode 211 211 isonuke, /// ISO+Nuke mode
Note:
See TracChangeset
for help on using the changeset viewer.