Split header sprintf formatting to separate source
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 12 May 2008 12:48:31 +0000 (15:48 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 12 May 2008 12:52:29 +0000 (15:52 +0300)
commit05b70ba53c12ee70975586e1ed0368cd3442d05c
tree3ea34f8b77b9521acaaf96328a3e02e9f24fe357
parent0ea9805e2dd21a1b05343f8aa81ab91232ceda48
Split header sprintf formatting to separate source
- header.c is now just low level header handling, headerfmt.c is the
  formatting engine and formats.c has the actual formats
- also move bunch of formatting-related stuff from header_internal.h to
  headerfmt.c, nothing else needs it
lib/Makefile.am
lib/header.c
lib/header_internal.h
lib/headerfmt.c [new file with mode: 0644]