gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-ext] branch master updated: remove platform.h


From: gnunet
Subject: [gnunet-ext] branch master updated: remove platform.h
Date: Sun, 04 Dec 2022 11:39:05 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet-ext.

The following commit(s) were added to refs/heads/master by this push:
     new 9d309fc  remove platform.h
9d309fc is described below

commit 9d309fcdacd0d1e546ae6b8aeb1c8df6fe6ef537
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Dec 4 19:38:59 2022 +0900

    remove platform.h
---
 src/ext/ext_api.c            | 6 +++++-
 src/ext/gnunet-service-ext.c | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/ext/ext_api.c b/src/ext/ext_api.c
index 99498bd..0ea7797 100644
--- a/src/ext/ext_api.c
+++ b/src/ext/ext_api.c
@@ -29,6 +29,10 @@
 #include <gnunet/gnunet_util_lib.h>
 #include "gnunet_ext_service.h"
 
-
+void
+EXT_TEST_new_func (void* intarg)
+{
+  return;
+}
 
 /* end of ext_api.c */
diff --git a/src/ext/gnunet-service-ext.c b/src/ext/gnunet-service-ext.c
index 6399389..8eb569e 100644
--- a/src/ext/gnunet-service-ext.c
+++ b/src/ext/gnunet-service-ext.c
@@ -23,13 +23,13 @@
  * @brief ext service implementation
  * @author Christian Grothoff
  */
-#include <gnunet/platform.h>
 #include <stddef.h>
 
 #if HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif
 
+#include "gnunet_ext_config.h"
 #include <gnunet/gnunet_util_lib.h>
 #include "gnunet_protocols_ext.h"
 

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