Changeset 1162 in MondoRescue for branches/stable
- Timestamp:
- Feb 14, 2007, 5:55:49 PM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-filelist.c
r1159 r1162 686 686 { 687 687 /*@ buffers ***************************************************** */ 688 char val_sz[MAX_STR_LEN];688 char *val_sz; 689 689 char *cfg_fname = NULL; 690 690 -
branches/stable/mondo/src/include/mr_mem.h
r1152 r1162 31 31 extern inline void mr_getline_int(char **lineptr, size_t *n, FILE *stream, int line, char *file); 32 32 extern inline void *mr_malloc_int(size_t size, int line, char *file); 33 extern inline mr_setenv_int(const char *name, const char *value, int line, char *file);33 extern inline void mr_setenv_int(const char *name, const char *value, int line, char *file); 34 34 35 35 #endif /* MR_MEM_H */
Note:
See TracChangeset
for help on using the changeset viewer.