Update doc/common again
[metaproxy-moved-to-github.git] / src / gduutil.hpp
index 89a4503..27959ac 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2012 Index Data
+   Copyright (C) Index Data
 
 Metaproxy is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -33,6 +33,7 @@ namespace std
     std::ostream& operator<<(std::ostream& os, Z_HTTP_Response& httpres);
     std::ostream& operator<<(std::ostream& os, Z_Records & rs);
     std::ostream& operator<<(std::ostream& os, Z_DiagRec& dr);
+    std::ostream& operator<<(std::ostream& os, Z_DiagRecs& dr);
     std::ostream& operator<<(std::ostream& os, Z_DefaultDiagFormat& ddf);
 }