Move nested functions in gzip.c to file scope.
authorChih-Hung Hsieh <chh@google.com>
Fri, 13 Nov 2015 19:48:07 +0000 (11:48 -0800)
committerMark Wielaard <mjw@redhat.com>
Fri, 13 Nov 2015 20:54:09 +0000 (21:54 +0100)
commit6bbea3de4162534d581be265aeecacb864a6e54a
treed6480d455d08aa07d294f4982aa8012e12ad7efc
parentb926e56b7ae5fc31aee3d4bb8f40906c9aa001c2
Move nested functions in gzip.c to file scope.

* libdwfl/gzip.c should now compile with clang.
  All local variables used by nested functions are
  passed in an unzip_state structure.

Signed-off-by: Chih-Hung Hsieh <chh@google.com>
libdwfl/ChangeLog
libdwfl/gzip.c