X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgduutil.hpp;h=27959acfde20d04bea1cff5fe284cc1475de6591;hb=0098e12fb155644a8befc6c5c5a3d04308128e72;hp=89a45032a1f10de1b92b40fafecdceefb7ed318a;hpb=73f37c91c144b070020df2f27472c09b62367acf;p=metaproxy-moved-to-github.git diff --git a/src/gduutil.hpp b/src/gduutil.hpp index 89a4503..27959ac 100644 --- a/src/gduutil.hpp +++ b/src/gduutil.hpp @@ -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); }