diff options
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index fad867e2..723bde8f 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -81,5 +81,7 @@ - (void) makeTextSizeLarger; - (void) makeTextSizeSmaller; - (void) setConnection:(CMMCPConnection *)theConnection withVersion:(int)majorVersion; +- (void) doCompletion; +- (NSArray *)suggestionsForSQLCompletionWith:(NSString *)currentWord; @end |