From 248633467290e9c048088cb479663885aca80bc1 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 3 May 2009 23:25:25 -0300 Subject: Add ssh wrapper. --- hardinfo2/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/remote.c') 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; } + -- cgit v1.2.3