[X2Go-Commits] [libx2goclient] 25/132: src/x2goclient-network-ssh.h: rename anonymous error struct to X2GoClientNetworkSSHErrors.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:29 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 32ea7c468a977a1e49ab1c63ba0638b93218298e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Mar 15 20:33:51 2021 +0100
src/x2goclient-network-ssh.h: rename anonymous error struct to X2GoClientNetworkSSHErrors.
---
src/x2goclient-network-ssh.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h
index fc1f7db..7100883 100644
--- a/src/x2goclient-network-ssh.h
+++ b/src/x2goclient-network-ssh.h
@@ -116,7 +116,7 @@ X2GoClientNetworkSSH* x2goclient_network_ssh_new (const gchar * const session_pa
*
* Since: 0.0.5
*/
-enum {
+enum X2GoClientNetworkSSHErrors {
X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_NOT_NUMERIC = 0,
X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_UNDERFLOW,
X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_OVERFLOW,
--
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