rename archive.h to bb_archive.h. no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-09-22 12:45:14 +02:00
parent 45f0a1156d
commit d184a728cf
46 changed files with 45 additions and 45 deletions

View File

@@ -57,7 +57,7 @@
#include "libbb.h"
#include <fnmatch.h>
#include "archive.h"
#include "bb_archive.h"
/* note: if you vary hash_prime sizes be aware,
* 1) tweaking these will have a big effect on how much memory this program uses.