diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-27 10:48:22 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-27 10:48:22 +0200 |
commit | b76b945b2dc3aee2db429f5bc422780c71b802f2 (patch) | |
tree | 13470f9a32345e6d8c41b5c6ab2003bd416a502f /lib/rpmte_internal.h | |
parent | 8b7cb846d4e466461e9faa34d354cef986ed4472 (diff) | |
download | librpm-tizen-b76b945b2dc3aee2db429f5bc422780c71b802f2.tar.gz librpm-tizen-b76b945b2dc3aee2db429f5bc422780c71b802f2.tar.bz2 librpm-tizen-b76b945b2dc3aee2db429f5bc422780c71b802f2.zip |
Add + use internal rpmteHaveTransScript() function
- struct rpmte_s is now fully opaque within transaction.c
Diffstat (limited to 'lib/rpmte_internal.h')
-rw-r--r-- | lib/rpmte_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rpmte_internal.h b/lib/rpmte_internal.h index 5b7c5c238..a083afc75 100644 --- a/lib/rpmte_internal.h +++ b/lib/rpmte_internal.h @@ -88,5 +88,8 @@ int rpmteClose(rpmte te, rpmts ts); RPM_GNUC_INTERNAL int rpmteMarkFailed(rpmte te, rpmts ts); + +RPM_GNUC_INTERNAL +int rpmteHaveTransScript(rpmte te, rpmTag tag); #endif /* _RPMTE_INTERNAL_H */ |