Changeset 1268 in MondoRescue
- Timestamp:
- Mar 25, 2007, 11:19:55 PM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-devices.c
r1244 r1268 216 216 * @ingroup stringGroup 217 217 */ 218 staticchar *bkptype_to_string(t_bkptype bt)218 char *bkptype_to_string(t_bkptype bt) 219 219 { 220 220 static char output[MAX_STR_LEN / 4]; -
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r1267 r1268 15 15 #include "mr-externs.h" 16 16 #include "mondo-rstr-tools.h" 17 18 extern char *bkptype_to_string(t_bkptype bt); 17 19 18 20 extern bool g_sigpipe_caught;
Note:
See TracChangeset
for help on using the changeset viewer.