New "tag data" container struct + some basic methods to deal with it
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 08:02:45 +0000 (11:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 08:02:45 +0000 (11:02 +0300)
commita83cfce188a4545756a8fa5791f3b9cbe20190ed
treec6b2c6424dbd7aec18bf8eca25a65a62aa9df1c9
parent6fd646f238b402d2e47c8af8520d3ffa48ebd91e
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
Makefile.am
lib/Makefile.am
lib/header.h
lib/rpmtd.c [new file with mode: 0644]
lib/rpmtd.h [new file with mode: 0644]
lib/rpmtypes.h
preinstall.am