summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/error.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-02-17 18:34:36 +0100
commitcf62447e091a316de9959eb02d3c0a7b6d07e961 (patch)
tree09a8fe0773b87e4271d120cb0a3e13281228c153 /apt-pkg/contrib/error.h
parent87f8f68c50f63b39b7a91e3aec0b5ef59069186d (diff)
parent8429cff25c3f1602dbff5e9b87d1522df34eafbc (diff)
merged from debian-sid
Diffstat (limited to 'apt-pkg/contrib/error.h')
-rw-r--r--apt-pkg/contrib/error.h5
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);
/*}}}*/
};
/*}}}*/