projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- add a ReadLine method
[apt.git]
/
apt-pkg
/
contrib
/
error.h
diff --git
a/apt-pkg/contrib/error.h
b/apt-pkg/contrib/error.h
index ae756dbc49742cc349fe3183ac098eb54ba5576c..21c51c1be9d7388b208cb3ea7404f2a3108f65df 100644
(file)
--- 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,
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,
bool Insert(MsgType type, const char* Description,
- va_list &args);
+ va_list &args
, size_t &msgSize
);
/*}}}*/
};
/*}}}*/
/*}}}*/
};
/*}}}*/