maint: limit scope of several functions
authorJim Meyering <meyering@redhat.com>
Mon, 9 May 2011 07:00:19 +0000 (09:00 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 9 May 2011 08:11:25 +0000 (10:11 +0200)
commite79a716a51fa83c09dd4efa28fab4e1617b7746e
tree4c344a9ce312f4bdf4d91967eb8afadccf47a6d7
parenta49202aacbaef0cc619d5677ac5a453b2b4293ea
maint: limit scope of several functions

* deflate.c (longest_match): Move extern declaration into #if-ASMV block.
[!ASMV]: Define as static.
* inflate.c: Remove unnecessary prototypes.
ANSI-declify functions and declare them to be static.
deflate.c
inflate.c