diff options
author | Tao Bao <tbao@google.com> | 2016-11-04 17:04:19 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-11-04 17:04:20 +0100 |
commit | a7a8262944d03b068a5f040a9ff40ac260770135 (patch) | |
tree | d7638549769cd80391705cd643ac627b5460bd9a /roots.h | |
parent | Merge "updater: Fix an off-by-1 bug in file_getprop()." (diff) | |
parent | Revert "Revert "Some cleanups to recovery."" (diff) | |
download | android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.gz android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.bz2 android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.lz android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.xz android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.tar.zst android_bootable_recovery-a7a8262944d03b068a5f040a9ff40ac260770135.zip |
Diffstat (limited to 'roots.h')
-rw-r--r-- | roots.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ #ifndef RECOVERY_ROOTS_H_ #define RECOVERY_ROOTS_H_ -#include "common.h" +typedef struct fstab_rec Volume; // Load and parse volume data from /etc/recovery.fstab. void load_volume_table(); |