]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
const
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 7 Apr 2008 14:52:50 +0000 (14:52 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Mon, 7 Apr 2008 14:52:50 +0000 (14:52 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/frsh/trunk/include@1069 35b4ef3e-fd22-0410-ab77-dab3279adceb

frsh_distributed.h

index c27161d3767a7616003dad66b2bddce4b1cc776a..cd0055c9ffd6a36b007770de3c1f98bf7278527a 100644 (file)
@@ -481,7 +481,6 @@ int frsh_send_endpoint_get_params
 int frsh_send_endpoint_destroy
      (frsh_send_endpoint_t  endpoint);
 
-
 /**
  * frsh_send_endpoint_bind()
  *
@@ -571,7 +570,7 @@ int frsh_send_async
  **/
 int frsh_send_sync
   (const frsh_send_endpoint_t endpoint,
-   void                       *msg,
+   const void                 *msg,
    size_t                      size);
 
 /**