Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/include/volume_id.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 21  Line 21 
21  char *get_devname_from_label(const char *spec);  char *get_devname_from_label(const char *spec);
22  char *get_devname_from_uuid(const char *spec);  char *get_devname_from_uuid(const char *spec);
23  void display_uuid_cache(void);  void display_uuid_cache(void);
24    
25    /* Returns:
26     * 0: no UUID= or LABEL= prefix found
27     * 1: UUID= or LABEL= prefix found. In this case,
28     *    *fsname is replaced if device with such UUID or LABEL is found
29     */
30    int resolve_mount_spec(char **fsname);

Legend:
Removed from v.983  
changed lines
  Added in v.984