gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add missing prototype


From: gnunet
Subject: [gnunet] branch master updated: -add missing prototype
Date: Tue, 14 Jan 2025 23:22:21 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e768b2160 -add missing prototype
e768b2160 is described below

commit e768b2160d1bcebadb00b4a3d90ede966196243e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 14 23:22:18 2025 +0100

    -add missing prototype
---
 src/include/gnunet_json_lib.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/include/gnunet_json_lib.h b/src/include/gnunet_json_lib.h
index 17e79fb1f..f2b2d2b45 100644
--- a/src/include/gnunet_json_lib.h
+++ b/src/include/gnunet_json_lib.h
@@ -383,6 +383,16 @@ struct GNUNET_JSON_Specification
 GNUNET_JSON_spec_uint (const char *name,
                        unsigned int *ui);
 
+/**
+ * Unsigned long long.
+ *
+ * @param name name of the JSON field
+ * @param[out] ull where to store the unsigned long long found under @a name
+ */
+struct GNUNET_JSON_Specification
+GNUNET_JSON_spec_ull (const char *name,
+                      unsigned long long *ull);
+
 
 /**
  * 64-bit integer.

-- 
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]