aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/remote.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-03 23:25:25 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-03 23:25:25 -0300
commit248633467290e9c048088cb479663885aca80bc1 (patch)
tree52ac6143cc1fa6b5ef79a68dafca69dc581eeb13 /hardinfo2/remote.c
parent23eb36e4838074f7bd77e134c3515e6e5bc31b50 (diff)
Add ssh wrapper.
Diffstat (limited to 'hardinfo2/remote.c')
-rw-r--r--hardinfo2/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c
index 026f7d75..a5ff818f 100644
--- a/hardinfo2/remote.c
+++ b/hardinfo2/remote.c
@@ -62,7 +62,6 @@
* (Benchmarks can't be used remotely; Displays won't work remotely [unless we use
* X forwarding, but that'll be local X11 info anyway]).
*/
-
typedef struct _RemoteDialog RemoteDialog;
struct _RemoteDialog {
GtkWidget *dialog;
@@ -571,3 +570,4 @@ static RemoteDialog *remote_dialog_new(GtkWidget * parent)
return rd;
}
+