summaryrefslogtreecommitdiff
path: root/lib/header.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-13 11:02:45 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-13 11:02:45 +0300
commita83cfce188a4545756a8fa5791f3b9cbe20190ed (patch)
treec6b2c6424dbd7aec18bf8eca25a65a62aa9df1c9 /lib/header.h
parent6fd646f238b402d2e47c8af8520d3ffa48ebd91e (diff)
downloadlibrpm-tizen-a83cfce188a4545756a8fa5791f3b9cbe20190ed.tar.gz
librpm-tizen-a83cfce188a4545756a8fa5791f3b9cbe20190ed.tar.bz2
librpm-tizen-a83cfce188a4545756a8fa5791f3b9cbe20190ed.zip
New "tag data" container struct + some basic methods to deal with it
- to be used for passing around header and extension data - inspired by similar changes in rpm5.org, details and implementation differ
Diffstat (limited to 'lib/header.h')
-rw-r--r--lib/header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/header.h b/lib/header.h
index 0f0dcfafc..68a27d532 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -14,6 +14,7 @@
#include <rpm/rpmio.h>
#include <rpm/rpmtypes.h>
+#include <rpm/rpmtd.h>
#include <rpm/rpmutil.h>
#ifdef __cplusplus