diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-17 18:34:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-17 18:34:36 +0100 |
commit | cf62447e091a316de9959eb02d3c0a7b6d07e961 (patch) | |
tree | 09a8fe0773b87e4271d120cb0a3e13281228c153 /apt-pkg/contrib/error.h | |
parent | 87f8f68c50f63b39b7a91e3aec0b5ef59069186d (diff) | |
parent | 8429cff25c3f1602dbff5e9b87d1522df34eafbc (diff) |
merged from debian-sid
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r-- | apt-pkg/contrib/error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/contrib/error.h b/apt-pkg/contrib/error.h index ae756dbc4..21c51c1be 100644 --- a/apt-pkg/contrib/error.h +++ b/apt-pkg/contrib/error.h @@ -307,9 +307,10 @@ private: /*{{{*/ std::list<MsgStack> Stacks; bool InsertErrno(MsgType type, const char* Function, - const char* Description, va_list &args); + const char* Description, va_list &args, + int const errsv, size_t &msgSize); bool Insert(MsgType type, const char* Description, - va_list &args); + va_list &args, size_t &msgSize); /*}}}*/ }; /*}}}*/ |