[X2Go-Commits] [libx2goclient] 07/10: src/: add x2goclient-network-ssh.{c, h} stubs.

git-admin at x2go.org git-admin at x2go.org
Mon Jul 15 13:27:49 CEST 2019


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 1b5910053b7b4fd465f428cf7808ad4fa5ac29cf
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 15 12:42:53 2019 +0200

    src/: add x2goclient-network-ssh.{c,h} stubs.
---
 src/x2goclient-network-ssh.c | 35 +++++++++++++++++++++++++++++++++++
 src/x2goclient-network-ssh.h | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
new file mode 100644
index 0000000..c5fc48b
--- /dev/null
+++ b/src/x2goclient-network-ssh.c
@@ -0,0 +1,35 @@
+/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+
+/* x2goclient-network.c - X2Go Client SSH network handling
+
+   Copyright (C) 2019 Mike Gabriel
+   Copyright (C) 2019 Mihai Moldovan
+   All rights reserved.
+
+   The libx2goclient library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   The libx2goclient library 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
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with the Mate Library; see the file COPYING.LIB.  If not,
+   write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+   Boston, MA 02110-1301, USA.
+ */
+
+#include <glib.h>
+#include <glib/gi18n.h>
+#include <gio/gio.h>
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "x2goclient.h"
+#include "x2goclient-network-ssh.h"
+
diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h
new file mode 100644
index 0000000..53056e5
--- /dev/null
+++ b/src/x2goclient-network-ssh.h
@@ -0,0 +1,34 @@
+/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+
+/* x2goclient-network-ssh.h - X2Go Client SSH network handling
+
+   Copyright (C) 2019 Mike Gabriel
+   Copyright (C) 2019 Mihai Moldovan
+   All rights reserved.
+
+   The libx2goclient library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   The libx2goclient library 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
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with the Mate Library; see the file COPYING.LIB.  If not,
+   write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+   Boston, MA  02110-1301, USA.
+ */
+
+#ifndef x2goclient_network_ssh_h
+#define x2goclient_network_ssh_h
+
+#include "x2goclient-network.h"
+
+G_BEGIN_DECLS
+
+G_END_DECLS
+
+#endif /* x2goclient_network_ssh_h */

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list