summaryrefslogtreecommitdiff
path: root/lib/rpmlead.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-10-10 15:59:38 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-10-10 15:59:38 +0300
commit504e8231cbb379a0b3f41d7bcfb0bd4e3ff16f50 (patch)
tree81348ea93a665747f5714689079f6dd911af90ab /lib/rpmlead.c
parent54f8c5891f92573ebd0ec5f478c6be25b6c4349d (diff)
downloadrpm-504e8231cbb379a0b3f41d7bcfb0bd4e3ff16f50.tar.gz
rpm-504e8231cbb379a0b3f41d7bcfb0bd4e3ff16f50.tar.bz2
rpm-504e8231cbb379a0b3f41d7bcfb0bd4e3ff16f50.zip
Yank out legacy.h, make the conversion functions static
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r--lib/rpmlead.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c
index 8bb8779bc..e20dd32f0 100644
--- a/lib/rpmlead.c
+++ b/lib/rpmlead.c
@@ -12,10 +12,11 @@
#include "lib/signature.h"
#include "lib/rpmlead.h"
-#include "lib/legacy.h"
#include "debug.h"
+int _noDirTokens = 0;
+
static unsigned char const lead_magic[] = {
RPMLEAD_MAGIC0, RPMLEAD_MAGIC1, RPMLEAD_MAGIC2, RPMLEAD_MAGIC3
};