summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorthat <github@that.at>2015-04-13 19:52:49 +0200
committerDees Troy <dees_troy@teamw.in>2015-05-18 21:02:47 +0200
commit4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c (patch)
tree5796bb3dd438b77a4fe361644c60e84721cff805 /common.h
parentGUI: Prevent duplicate page overlays (diff)
downloadandroid_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar.gz
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar.bz2
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar.lz
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar.xz
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.tar.zst
android_bootable_recovery-4e0e3fcfdb4f769121678d9bcc28ed3f77b5a36c.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 18b03043b..c6300e8af 100644
--- a/common.h
+++ b/common.h
@@ -45,7 +45,7 @@ static long tmplog_offset = 0;
#define STRINGIFY(x) #x
#define EXPAND(x) STRINGIFY(x)
-typedef struct fstab_rec Volume;
+//typedef struct fstab_rec Volume;
// fopen a file, mounting volumes and making parent dirs as necessary.
FILE* fopen_path(const char *path, const char *mode);