gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: put 'static' keywor


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: put 'static' keyword
Date: Thu, 04 Oct 2018 12:33:22 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 81ce7abe put 'static' keyword
81ce7abe is described below

commit 81ce7abe190751da205bced8ca340e1cdc83e4f0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Oct 4 12:32:51 2018 +0200

    put 'static' keyword
---
 src/exchange-lib/testing_api_cmd_refund.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-lib/testing_api_cmd_refund.c 
b/src/exchange-lib/testing_api_cmd_refund.c
index c6e3f958..136ee631 100644
--- a/src/exchange-lib/testing_api_cmd_refund.c
+++ b/src/exchange-lib/testing_api_cmd_refund.c
@@ -137,7 +137,7 @@ refund_cb (void *cls,
  * @param cmd the command to execute.
  * @param is the interpreter state.
  */
-void
+static void
 refund_run (void *cls,
             const struct TALER_TESTING_Command *cmd,
             struct TALER_TESTING_Interpreter *is)
@@ -250,7 +250,7 @@ refund_run (void *cls,
  * @param cls closure.
  * @param cmd the command which is being cleaned up.
  */
-void
+static void
 refund_cleanup (void *cls,
                 const struct TALER_TESTING_Command *cmd)
 {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]