]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/error.h
enable Hashes::AddFD() to skip creation of certain hashes
[apt.git] / apt-pkg / contrib / error.h
index ae756dbc49742cc349fe3183ac098eb54ba5576c..21c51c1be9d7388b208cb3ea7404f2a3108f65df 100644 (file)
@@ -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);
                                                                        /*}}}*/
 };
                                                                        /*}}}*/