[X2Go-Commits] [libx2goclient] 01/03: src/x2goclient-network-ssh.c: add some other static function definitions for good.

git-admin at x2go.org git-admin at x2go.org
Wed May 13 19:12:05 CEST 2020


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 5434c9c1eeafdd98d3dc4c64db2266dd5eb86006
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 13 17:21:07 2020 +0200

    src/x2goclient-network-ssh.c: add some other static function definitions for good.
---
 src/x2goclient-network-ssh.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 175e12f..28ad5be 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -114,6 +114,11 @@ static void x2goclient_network_ssh_dispose (GObject *object);
 static void x2goclient_network_ssh_finalize (GObject *object);
 static void x2goclient_network_ssh_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *param_spec);
 static void x2goclient_network_ssh_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *param_spec);
+static GSocketAddress* x2goclient_network_ssh_parse_sockspec_unix_socket (const GString *sockspec);
+static guint16 x2goclient_network_ssh_parse_sockspec_port (const GString *portspec, GError **gerr);
+static GString* x2goclient_network_ssh_sanitize_sockspec (const GString *sockspec);
+static GSocketAddress* x2goclient_network_ssh_parse_sockspec_ip (const GString *sockspec, const gboolean want_v6, GError **gerr);
+static GSocketAddress* x2goclient_network_ssh_parse_sockspec_alias (const GString *sockspec, GError **gerr);
 static GSocketAddress* x2goclient_network_ssh_parse_sockspec (X2GoClientNetwork *parent, const GString *sockspec);
 static gboolean x2goclient_network_ssh_parent_connect (X2GoClientNetwork *parent, GError **gerr);
 static gboolean x2goclient_network_ssh_kill_subprocesses (X2GoClientNetworkSSH *self);

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