summaryrefslogtreecommitdiff
path: root/lib/psm.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-02-25 10:58:51 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-02-25 10:58:51 +0200
commit98fcb7566d16f248459d30f72f34b9c1e79f0b09 (patch)
treee2242a053e11345b1d6443c514ec061777e346ad /lib/psm.h
parentfde84f901cd0b58e4313949bbfae4e6c35dacbbd (diff)
downloadrpm-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/psm.h b/lib/psm.h
index 7d2a3091c..9a61ecf23 100644
--- a/lib/psm.h
+++ b/lib/psm.h
@@ -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;