commit | 92796ec949f80021cdc11508346489ae1af814c1 | [log] [tgz] |
---|---|---|
author | Kolja Dummann <k.dummann@gmail.com> | Sun Feb 13 20:59:30 2011 +0100 |
committer | Kolja Dummann <k.dummann@gmail.com> | Mon Mar 07 13:06:07 2011 +0100 |
tree | 8ddaf93609746c7b8fb6f622f4668452966e8e5a | |
parent | 59d86b4cf783be80724385330889bb7b876e9aed [diff] [blame] |
build "mount & storage" menu from fstab
diff --git a/roots.h b/roots.h index cf59bfd..7132fed 100644 --- a/roots.h +++ b/roots.h
@@ -38,4 +38,8 @@ // it is mounted. int format_volume(const char* volume); +int get_num_volumes(); + +Volume* get_device_volumes(); + #endif // RECOVERY_ROOTS_H_