gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: Worked on errors


From: gnunet
Subject: [taler-anastasis] branch master updated: Worked on errors
Date: Mon, 04 Nov 2019 10:40:15 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new e32cc86  Worked on errors
e32cc86 is described below

commit e32cc86e4d0428e83427a997f22564a7b4293ad3
Author: Dennis Neufeld <address@hidden>
AuthorDate: Mon Nov 4 09:39:48 2019 +0000

    Worked on errors
---
 src/backup/anastasis-httpd_mhd.h     | 10 +++-------
 src/include/anastasis_database_lib.h |  6 +++---
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/src/backup/anastasis-httpd_mhd.h b/src/backup/anastasis-httpd_mhd.h
index 58e8070..947ba56 100644
--- a/src/backup/anastasis-httpd_mhd.h
+++ b/src/backup/anastasis-httpd_mhd.h
@@ -45,8 +45,7 @@ TMH_MHD_handler_static_response (struct TMH_RequestHandler 
*rh,
                                  struct MHD_Connection *connection,
                                  void **connection_cls,
                                  const char *upload_data,
-                                 size_t *upload_data_size,
-                                 struct MerchantInstance *mi);
+                                 size_t *upload_data_size);
 
 
 /**
@@ -66,8 +65,7 @@ TMH_MHD_handler_agpl_redirect (struct TMH_RequestHandler *rh,
                                struct MHD_Connection *connection,
                                void **connection_cls,
                                const char *upload_data,
-                               size_t *upload_data_size,
-                               struct MerchantInstance *mi);
+                               size_t *upload_data_size);
 
 
 /**
@@ -102,7 +100,6 @@ TMH_MHD_helper_send_json_pack (struct TMH_RequestHandler 
*rh,
  * @param[in,out] connection_cls the connection's closure (can be updated)
  * @param upload_data upload data
  * @param[in,out] upload_data_size number of bytes (left) in @a upload_data
- * @param mi merchant backend instance, never NULL
  * @return MHD result code
  */
 int
@@ -110,8 +107,7 @@ TMH_MHD_handler_send_json_pack_error (struct 
TMH_RequestHandler *rh,
                                       struct MHD_Connection *connection,
                                       void **connection_cls,
                                       const char *upload_data,
-                                      size_t *upload_data_size,
-                                      struct MerchantInstance *mi);
+                                      size_t *upload_data_size);
 
 
 #endif
diff --git a/src/include/anastasis_database_lib.h 
b/src/include/anastasis_database_lib.h
index adf3138..26f605d 100644
--- a/src/include/anastasis_database_lib.h
+++ b/src/include/anastasis_database_lib.h
@@ -14,7 +14,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 */
 /**
- * 
+ *
  */
 #ifndef ANASTASIS_DB_LIB_H
 #define ANASTASIS_DB_LIB_H
@@ -71,8 +71,8 @@ enum ANASTASIS_DB_QueryStatus
    */
   ANASTASIS_DB_STATUS_SUCCESS_ONE_RESULT = 1
 
-    /* Larger values may be returned for SELECT statements
-        that returned more than one result. */
+                                           /* Larger values may be returned 
for SELECT statements
+                                               that returned more than one 
result. */
 };
 
 #endif  /* ANASTASIS_DB_LIB_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]