diff options
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 962e315a..4b0330ec 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -96,6 +96,9 @@ - (void) keepAlive:(NSTimer *)theTimer; - (void) threadedKeepAlive; - (const char *) cStringFromString:(NSString *) theString usingEncoding:(NSStringEncoding) encoding; +- (int) getMaxAllowedPacket; +- (BOOL) isMaxAllowedPacketEditable; +- (int) setMaxAllowedPacketTo:(int)newSize; /* return server major version number or -1 on fail */ - (int)serverMajorVersion; |