Remove bogus const from rpmInstallSource*() parameters
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 18 Dec 2007 09:56:54 +0000 (11:56 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 18 Dec 2007 09:56:54 +0000 (11:56 +0200)
commitbb61fa21e8d93f74a568aec7426e086330d276b9
tree9e4f7df64e2d4673412711232851a535a69e5270
parentbed447552a88665c566a4b2760f89db03812c12d
Remove bogus const from rpmInstallSource*() parameters
- spec and cookie are malloced and need to be freed by caller
- unconst various other rpmQVK arguments & friends, no api exists to
  free them so caller needs to handle anyway
lib/psm.c
lib/rpmcli.h
lib/rpminstall.c
lib/rpmlib.h
rpmqv.c