]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use consistent function storage class
authorBrad King <brad.king@kitware.com>
Mon, 16 Nov 2009 16:29:10 +0000 (11:29 -0500)
committerBrad King <brad.king@kitware.com>
Mon, 16 Nov 2009 16:29:10 +0000 (11:29 -0500)
commit87599157fdee0cf548f904aa6258ffb7e3f2acd0
tree9e14f3675b899b9cce3f1664e5a4780e838a6631
parentb16468499e57e1b8768ec0f23f54f65d998bfb9c
Use consistent function storage class

Functions declared 'static' should be defined 'static' too.

SVN-Revision: 1657
cpio/cpio.c
libarchive/archive_entry.c
libarchive/archive_read.c
libarchive/archive_write_disk.c
tar/util.c
tar/write.c