diff options
author | jbj <devnull@localhost> | 2002-07-28 14:52:33 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-28 14:52:33 +0000 |
commit | 5a1ebaccd57b157b70bcd1277f66c5d97e94edf1 (patch) | |
tree | 31abb845ee897f1d15c344737376ec8c38e2c00e /lib/rpmps.h | |
parent | 670ab1c845c0f5f9d252b4599186b4934d20c4b7 (diff) | |
download | rpm-5a1ebaccd57b157b70bcd1277f66c5d97e94edf1.tar.gz rpm-5a1ebaccd57b157b70bcd1277f66c5d97e94edf1.tar.bz2 rpm-5a1ebaccd57b157b70bcd1277f66c5d97e94edf1.zip |
- python: don't segfault in ts.GetKeys() on erased packages.
resurrect build modes.
add undocumented debugging options.
CVS patchset: 5577
CVS date: 2002/07/28 14:52:33
Diffstat (limited to 'lib/rpmps.h')
-rw-r--r-- | lib/rpmps.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rpmps.h b/lib/rpmps.h index 4f110a50a..dcbc2590e 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -6,6 +6,11 @@ * Structures and prototypes used for an "rpmps" problem set. */ +/*@-exportlocal@*/ +/*@unchecked@*/ +extern int _rpmps_debug; +/*@=exportlocal@*/ + /** * Raw data for an element of a problem set. */ |