diff Core/WebServiceParameters.h @ 3192:595bfee4391a

URI "/peers?expand" provides more information
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Feb 2019 06:44:36 +0100
parents 4e43e67f8ecf
children 6fe42a335a80
line wrap: on
line diff
--- a/Core/WebServiceParameters.h	Mon Feb 04 21:09:44 2019 +0100
+++ b/Core/WebServiceParameters.h	Tue Feb 05 06:44:36 2019 +0100
@@ -175,5 +175,7 @@
 #if ORTHANC_SANDBOXED == 0
     void CheckClientCertificate() const;
 #endif
+
+    void FormatPublic(Json::Value& target) const;
   };
 }