Add headerPut() for adding data to headers through tag container
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 09:32:25 +0000 (12:32 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 09:32:25 +0000 (12:32 +0300)
commit0ee2364ae2a06b6c176414f13f1297e9eec32cb6
tree74078f8377c1a356a7a55b8bb753cbb73c89ccaa
parent29087b08a6cd4d6591ee238e0b650f6d41f6eddc
Add headerPut() for adding data to headers through tag container
- tag container isn't that big a win on add/append operations as it is on
  retrieval, just use the existing headerAddEntry() family to do the
  actual work
- headerPut() is a nice and short name, lifted from rpm5.org, API might
  differ
- flags to control operation, just whether append is permitted or not for now
lib/header.c
lib/header.h