summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-24 22:15:10 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-24 22:15:10 +0100
commit212768257375ab285d41d3b17a11e9997f403d7e (patch)
treed78896757b7968dc912f192eb67aa047378d6d6b /source/dialogs/ssh.c
parentc4b65d975c08862dfbdce2552e681c62ea79da2f (diff)
Cleanup unused type specifier (dialogs).
Diffstat (limited to 'source/dialogs/ssh.c')
-rw-r--r--source/dialogs/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c
index 28b66a3d..027d8a52 100644
--- a/source/dialogs/ssh.c
+++ b/source/dialogs/ssh.c
@@ -349,7 +349,7 @@ static char ** get_ssh ( unsigned int *length )
/**
* The internal data structure holding the private data of the SSH Mode.
*/
-typedef struct _SSHModePrivateData
+typedef struct
{
/** List if available ssh hosts.*/
char **hosts_list;