X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/227d278071f3d156032fdee8baf322f5a4e0811e..dcf97f4c8dd5ae9498f2edecd82feb79b7d8a7de:/ZipEntry.h

diff --git a/ZipEntry.h b/ZipEntry.h
index 7f721b4..c2f3227 100644
--- a/ZipEntry.h
+++ b/ZipEntry.h
@@ -71,6 +71,11 @@ public:
      */
     off_t getCompressedLen(void) const { return mCDE.mCompressedSize; }
 
+    /*
+     * Return the offset of the local file header.
+     */
+    off_t getLFHOffset(void) const { return mCDE.mLocalHeaderRelOffset; }
+
     /*
      * Return the absolute file offset of the start of the compressed or
      * uncompressed data.
@@ -185,11 +190,6 @@ protected:
      */
     void setModWhen(time_t when);
 
-    /*
-     * Return the offset of the local file header.
-     */
-    off_t getLFHOffset(void) const { return mCDE.mLocalHeaderRelOffset; }
-
     /*
      * Set the offset of the local file header, relative to the start of
      * the current file.