Add alternative header iterator method
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 11:48:19 +0000 (14:48 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Sep 2009 11:48:19 +0000 (14:48 +0300)
commit3d5455d42d48740ff23899f00a903f49b73eff00
tree5fa0fa998f5b8e483d2a1f0dd6543f294a803770
parentd59e715c1b8e28206bfed45b6f4cf3c00322f95c
Add alternative header iterator method
- we dont always want the actual contents of the tag to be copied
  on iteration, so add an interface that returns the next tag in the
  header
- this lets callers to decide what to do with the tag and how to
  retrieve it
lib/header.c
lib/header.h