aboutsummaryrefslogtreecommitdiffstats
path: root/SSHTunnel_old.h
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2008-11-10 19:56:30 +0000
committermltownsend <mltownsend@gmail.com>2008-11-10 19:56:30 +0000
commitc8146f9c28da66f02d47537e505a70725fb0c2b4 (patch)
treef967e1cadc654ea262f5fa7402572fdc2482d60d /SSHTunnel_old.h
parent87173093000bc5c36962451cc3e58c9aaac5ab50 (diff)
downloadsequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.tar.gz
sequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.tar.bz2
sequelpro-c8146f9c28da66f02d47537e505a70725fb0c2b4.zip
New XCode project
Diffstat (limited to 'SSHTunnel_old.h')
-rwxr-xr-xSSHTunnel_old.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/SSHTunnel_old.h b/SSHTunnel_old.h
index f70d3a52..b1daa595 100755
--- a/SSHTunnel_old.h
+++ b/SSHTunnel_old.h
@@ -12,11 +12,11 @@ Modified by Lorenz Textor for use with Sequel Pro
@interface SSHTunnel : NSObject
{
BOOL shouldStop;
- NSTask *task;
- NSPipe *stdErrPipe;
- NSString *status;
+ NSTask *task;
+ NSPipe *stdErrPipe;
+ NSString *status;
- NSDictionary *tunnelArguments;
+ NSDictionary *tunnelArguments;
}
// initialization