aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-17 01:37:41 +0100
committerMax <post@wickenrode.com>2015-03-17 01:37:41 +0100
commit9f2e5a6b0fafeec8f94dfa00414b0016b12194ba (patch)
tree385c72795f6d96564a7e2b2f4993ab68a6e10fb6 /Source/SPConstants.h
parentcdf6fa551b9ccfe9980baa6cb9de368b99ab985e (diff)
downloadsequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.gz
sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.bz2
sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.zip
Allow selection of SSH client binary in prefs
Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 728d213a..38e05cc5 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -428,6 +428,7 @@ extern NSString *SPHiddenKeyFileVisibilityKey;
extern NSString *SPSelectionDetailTypeIndexed;
extern NSString *SPSelectionDetailTypePrimaryKeyed;
extern NSString *SPSSHEnableMuxingPreference;
+extern NSString *SPSSHClientPath;
// URLs
extern NSString *SPDonationsURL;