diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-09 00:15:44 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-09 00:15:44 +0000 |
commit | 26675cbe2b899dc1aa6613f8345097eca1d92a94 (patch) | |
tree | 075be54042f5682e2901e134b4334d824a5e0e82 /Source/CMMCPConnection.h | |
parent | 3c85831742d01fd4dbf35b819038900018bb3a5d (diff) | |
download | sequelpro-26675cbe2b899dc1aa6613f8345097eca1d92a94.tar.gz sequelpro-26675cbe2b899dc1aa6613f8345097eca1d92a94.tar.bz2 sequelpro-26675cbe2b899dc1aa6613f8345097eca1d92a94.zip |
- Commit the second part of r995 (oops), addressing database selection issues
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 7c6fc4d0..2c505dd5 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -123,6 +123,7 @@ - (int) getMaxAllowedPacket; - (BOOL) isMaxAllowedPacketEditable; - (int) setMaxAllowedPacketTo:(int)newSize resetSize:(BOOL)reset; +- (NSString *)findSocketPath; - (void)willPerformQuery:(NSNotification *)notification; |