Ignore:
Timestamp:
Sep 12, 2009, 2:57:02 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix interface of evaluate_mountlist (remove 2nd param useless) and fix nuke mode which wasn't working.
  • Tries to add support for bzip2 and lzma initramfs (preliminary, not tested) for 2.6.30

(Backport from 2.2.9)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-mountlist-EXT.h

    r2385 r2395  
    11/* libmondo-mountlist-EXT.h */
    22
    3 extern char *evaluate_mountlist(struct mountlist_itself *mountlist, int *res);
     3extern char *evaluate_mountlist(struct mountlist_itself *mountlist);
    44extern int find_device_in_mountlist(struct mountlist_itself *mountlist,
    55                                    char *device);
Note: See TracChangeset for help on using the changeset viewer.