diff Plugins/OrthancCPlugin/OrthancCPlugin.h @ 908:e078ea944089 plugins

refactoring HttpOutput
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Jun 2014 17:47:39 +0200
parents 9b8298234254
children dcb2469f00f4
line wrap: on
line diff
--- a/Plugins/OrthancCPlugin/OrthancCPlugin.h	Thu Jun 19 14:28:43 2014 +0200
+++ b/Plugins/OrthancCPlugin/OrthancCPlugin.h	Thu Jun 19 17:47:39 2014 +0200
@@ -297,7 +297,7 @@
 
 
   /**
-   * @brief Signature of a function that answers to a REST request.
+   * @brief Signature of a callback function that answers to a REST request.
    **/
   typedef int32_t (*OrthancPluginRestCallback) (
     OrthancPluginRestOutput* output,