Remove const from bunch of error message return types
authorPanu Matilainen <pmatilai@redhat.com>
Sun, 16 Dec 2007 11:02:27 +0000 (13:02 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sun, 16 Dec 2007 11:02:27 +0000 (13:02 +0200)
commitca3ac216585253ddccaadcbcc65119cc4babed46
tree3e981718b14d21a3996be00a117b97ee77ad82a0
parent3c002a4c8b0fe71a4ae4685e0fa7f9ddad17fda5
Remove const from bunch of error message return types
- headerCheck(), rpmReadHeader() and rpmReadSignature() return malloced
  error messages the caller needs to free, shouldn't be const
- adjust rpmdb hdrchk callbacks accordingly
lib/package.c
lib/rpmchecksig.c
lib/rpmlib.h
lib/signature.c
lib/signature.h
python/rpmts-py.c
rpmdb/rpmdb.c
rpmdb/rpmdb.h