[X2Go-Commits] [libx2goclient] 03/10: src/: add new x2goclient-network skeleton.

git-admin at x2go.org git-admin at x2go.org
Mon Jul 15 13:27:48 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 8d8ada1d4f2e18234c06d4df57ebad0a6e1d5271
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 15 08:45:54 2019 +0200

    src/: add new x2goclient-network skeleton.
---
 src/x2goclient-network.c | 33 +++++++++++++++++++++++++++++++++
 src/x2goclient-network.h | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c
new file mode 100644
index 0000000..dce782f
--- /dev/null
+++ b/src/x2goclient-network.c
@@ -0,0 +1,33 @@
+/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+
+/* x2goclient-network.c - X2Go Client high-level 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>
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include "x2goclient.h"
+#include "x2goclient-network.h"
diff --git a/src/x2goclient-network.h b/src/x2goclient-network.h
new file mode 100644
index 0000000..4f64309
--- /dev/null
+++ b/src/x2goclient-network.h
@@ -0,0 +1,32 @@
+/* -*- Mode: C; c-set-style: linux indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+
+/* x2goclient-network.h - X2Go Client high-level 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_h
+#define x2goclient_network_h
+
+G_BEGIN_DECLS
+
+G_END_DECLS
+
+#endif /* x2goclient_network_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