Changeset 1166 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Feb 14, 2007, 11:33:50 PM (18 years ago)
- Location:
- branches/stable/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-devices.c
r1156 r1166 41 41 42 42 extern bool g_ISO_restore_mode; 43 extern struct s_bkpinfo *g_bkpinfo_DONTUSETHIS;44 43 extern char *g_erase_tmpdir_and_scratchdir; 45 44 extern char *g_selfmounted_isodir; -
branches/stable/mondo/src/common/libmondo-mountlist.c
r1147 r1166 22 22 /*@unused@*/ 23 23 //static char cvsid[] = "$Id$"; 24 25 /**26 * A global copy of @c bkpinfo, to aid in debugging. As the name implies, <em>don't use this</em>.27 * @ingroup globalGroup28 */29 struct s_bkpinfo *g_bkpinfo_DONTUSETHIS = NULL;30 24 31 25 /**
Note:
See TracChangeset
for help on using the changeset viewer.