gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/02: cadet/network: Add missing module to VC.


From: gnunet
Subject: [gnunet-scheme] 01/02: cadet/network: Add missing module to VC.
Date: Sat, 26 Feb 2022 14:28:20 +0100

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit ff71f6ed657150746e3cee3d841d6bf5144509ba
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Feb 25 18:48:08 2022 +0000

    cadet/network: Add missing module to VC.
    
    * gnu/gnunet/cadet/network.scm: Let Git know it exists.
---
 gnu/gnunet/cadet/network.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/gnunet/cadet/network.scm b/gnu/gnunet/cadet/network.scm
new file mode 100644
index 0000000..3a2574f
--- /dev/null
+++ b/gnu/gnunet/cadet/network.scm
@@ -0,0 +1,29 @@
+;; This file is part of Scheme-GNUnet.
+;; Copyright © 2022 GNUnet e.V.
+;;
+;; Scheme-GNUnet is free software: you can redistribute it and/or modify it
+;; under the terms of the GNU Affero General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
+;;
+;; Scheme-GNUnet is distributed in the hope that it will be useful, but
+;; 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: AGPL-3.0-or-later
+(define-library (gnu gnunet cadet network)
+  (export construct-local-channel-create analyse-local-channel-create
+         construct-local-channel-destroy analyse-local-channel-destroy)
+  (import (rename (gnu gnunet cadet client)
+                 (#{ construct-local-channel-create}#
+                  construct-local-channel-create)
+                 (#{ analyse-local-channel-create}#
+                  analyse-local-channel-create)
+                 (#{ construct-local-channel-destroy}#
+                  construct-local-channel-destroy)
+                 (#{ analyse-local-channel-destroy}#
+                  analyse-local-channel-destroy))))

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