diff OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h @ 4419:cd96c807ca3d

cont openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Dec 2020 11:53:42 +0100
parents 9e2fc6911ac8
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h	Tue Dec 29 10:24:17 2020 +0100
+++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestApi.h	Tue Dec 29 11:53:42 2020 +0100
@@ -140,5 +140,9 @@
                            SetOfCommandsJob* job,
                            bool isDefaultSynchronous,
                            const Json::Value& body) const;
+
+    static void DocumentSubmitGenericJob(RestApiPostCall& call);
+
+    static void DocumentSubmitCommandsJob(RestApiPostCall& call);
   };
 }