gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix warning


From: gnunet
Subject: [taler-anastasis] branch master updated: fix warning
Date: Thu, 02 Apr 2020 10:10:03 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b083002  fix warning
b083002 is described below

commit b08300292c4d2dac1731ca338f7ddffde8a53b12
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Apr 2 10:10:01 2020 +0200

    fix warning
---
 src/include/anastasis_service.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 9bd101b..f94fae4 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -25,6 +25,7 @@
 
 #include <gnunet/gnunet_util_lib.h>
 #include <gnunet/gnunet_curl_lib.h>
+#include <taler/taler_util.h>
 #include "anastasis_crypto_lib.h"
 #include <jansson.h>
 #include "anastasis_error_codes.h"
@@ -523,6 +524,7 @@ struct ANASTASIS_EscrowProviderInspection *
 ANASTASIS_escrow_provider_inspect (const char *base_url,
                                    ANASTASIS_EscrowProviderInformation cb,
                                    void *cb_cls);
+
 /**
  * Cancels an EscrowProviderInspection
  * @param epi reference to the request
@@ -533,5 +535,4 @@ ANASTASIS_escrow_provider_inspect_cancel (struct
                                           epi);
 
 
-
 #endif  /* _ANASTASIS_SERVICE_H */

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



reply via email to

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