Make rpmChrootIn/Out() accessible to plugins
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Jun 2010 11:49:01 +0000 (14:49 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 23 Jun 2010 11:49:01 +0000 (14:49 +0300)
commitdeb24a5698f7fc96c2b52b823ba8b107f378e865
tree224df2e9c1857bca4ae88d8b89628da87d5f1a7c
parent3aac9445db6672809324f31feac004dbe9b7f311
Make rpmChrootIn/Out() accessible to plugins
- the exec plugin was using a private copy of rpmchroot.c to avoid
  RPM_GNUC_INTERNAL on the API, better let the plugins use librpm
  state instead
- the chroot API really belongs to librpmio but for now...
lib/rpmchroot.h
plugins/Makefile.am