diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-02-25 10:58:51 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-02-25 10:58:51 +0200 |
commit | 98fcb7566d16f248459d30f72f34b9c1e79f0b09 (patch) | |
tree | e2242a053e11345b1d6443c514ec061777e346ad /lib/psm.h | |
parent | fde84f901cd0b58e4313949bbfae4e6c35dacbbd (diff) | |
download | rpm-98fcb7566d16f248459d30f72f34b9c1e79f0b09.tar.gz rpm-98fcb7566d16f248459d30f72f34b9c1e79f0b09.tar.bz2 rpm-98fcb7566d16f248459d30f72f34b9c1e79f0b09.zip |
First rough-cut version of scriptlet abstraction
- Split the low-level scriptlet machinery out of psm
- New struct to hold the necessary information about scriptlets so
we can execute them without having a header at hand.
- Trigger handling is hackish and needs more love...
Diffstat (limited to 'lib/psm.h')
-rw-r--r-- | lib/psm.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ * Package state machine to handle a package from a transaction set. */ -#define _RPMSQ_INTERNAL -#include <rpm/rpmsq.h> #include <rpm/rpmcallback.h> extern int _psm_debug; |