gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: missing hdr


From: gnunet
Subject: [taler-anastasis] branch master updated: missing hdr
Date: Wed, 14 Oct 2020 14:35:17 +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 e2e51c8  missing hdr
e2e51c8 is described below

commit e2e51c8244c5f69aed30fa81e786ed144907ef18
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 14 14:35:16 2020 +0200

    missing hdr
---
 src/lib/anastasis_api_redux.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/lib/anastasis_api_redux.h b/src/lib/anastasis_api_redux.h
new file mode 100644
index 0000000..57b32b9
--- /dev/null
+++ b/src/lib/anastasis_api_redux.h
@@ -0,0 +1,21 @@
+#ifndef ANASTASIS_API_REDUX_H
+#define ANASTASIS_API_REDUX_H
+
+void
+ANASTASIS_back_generic_decrement_ (json_t *state,
+                                   const json_t *arguments,
+                                   ANASTASIS_ActionCallback cb,
+                                   void *cb_cls);
+
+
+/**
+ * Function to load json containing all countries.
+ * Returns the countries.
+ *
+ * @return json_t *
+ */
+json_t *
+ANASTASIS_redux_countries_init_ (void);
+
+
+#endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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