summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h
index 0113021b2..7f51dd8f5 100644
--- a/apt-pkg/acquire.h
+++ b/apt-pkg/acquire.h
@@ -248,6 +248,11 @@ class pkgAcquire
public:
+ /** \brief Abort a given transaction */
+ void AbortTransaction(unsigned long TransactionID);
+ void CommitTransaction(unsigned long TransactionID);
+ bool TransactionHasError(unsigned long TransactionID);
+
/** \brief Retrieve information about a fetch method by name.
*
* \param Access The name of the method to look up.