remove gversion.
[oweals/gnunet.git] / src / include / gnunet_set_service.h
index 27878430134d7cf6d28d766862a42de2a3f30f9b..187c65626f84c55702bebc0e8ac743e5efc87366 100644 (file)
       WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       Affero General Public License for more details.
-     
+
       You should have received a copy of the GNU Affero General Public License
       along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
  */
 
 /**
@@ -50,7 +52,7 @@ extern "C"
 /**
  * Maximum size of a context message for set operation requests.
  */
-#define GNUNET_SET_CONTEXT_MESSAGE_MAX_SIZE ((1<<16) - 1024)
+#define GNUNET_SET_CONTEXT_MESSAGE_MAX_SIZE ((1 << 16) - 1024)
 
 
 /**
@@ -151,7 +153,6 @@ enum GNUNET_SET_Status
 };
 
 
-
 /**
  * The way results are given to the client.
  */
@@ -256,7 +257,8 @@ struct GNUNET_SET_Option
   /**
    * Value for the option, only used with some options.
    */
-  union {
+  union
+  {
     uint64_t num;
   } v;
 };
@@ -321,7 +323,6 @@ typedef void
                               struct GNUNET_SET_Request *request);
 
 
-
 typedef void
 (*GNUNET_SET_CopyReadyCallback) (void *cls,
                                  struct GNUNET_SET_Handle *copy);