summaryrefslogtreecommitdiff
path: root/lib/rpmlib.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 12:21:59 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 12:21:59 +0200
commit78f1f6378e3d18c1b46dc22125c6d3e0808f26af (patch)
treeaecfce2200b86f34f214a23a6556b1cc6e59c419 /lib/rpmlib.h
parent90fbda71036fe0614558750fb4fa862c3b8f1413 (diff)
downloadrpm-78f1f6378e3d18c1b46dc22125c6d3e0808f26af.tar.gz
rpm-78f1f6378e3d18c1b46dc22125c6d3e0808f26af.tar.bz2
rpm-78f1f6378e3d18c1b46dc22125c6d3e0808f26af.zip
Stick relocation struct to rpmfi, typedef to rpmtypes...
Diffstat (limited to 'lib/rpmlib.h')
-rw-r--r--lib/rpmlib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h
index c5690e3e2..20dc180bb 100644
--- a/lib/rpmlib.h
+++ b/lib/rpmlib.h
@@ -201,14 +201,6 @@ typedef int (*HME_t) (Header h, rpm_tag_t tag, rpm_tagtype_t type,
typedef int (*HRE_t) (Header h, rpm_tag_t tag);
/**
- * We pass these around as an array with a sentinel.
- */
-typedef struct rpmRelocation_s {
- const char * oldPath; /*!< NULL here evals to RPMTAG_DEFAULTPREFIX, */
- const char * newPath; /*!< NULL means to omit the file completely! */
-} rpmRelocation;
-
-/**
* Compare headers to determine which header is "newer".
* @param first 1st header
* @param second 2nd header