aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-03-07 01:49:27 +0000
committerrowanbeentje <rowan@beent.je>2011-03-07 01:49:27 +0000
commit2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df (patch)
tree0026f10d050eec35dec6d88a3273f991cc7bf36b /Source/SPAppController.h
parent3ad653d83d064413051c48da6e4c40f4f979f870 (diff)
downloadsequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.gz
sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.bz2
sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.zip
Fix more compiler warnings, including a few bugs
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index 569ef2b8..fe80e2d9 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -111,6 +111,7 @@
- (NSArray*)runningActivities;
- (void)handleEventWithURL:(NSURL*)url;
+- (NSString*)doSQLSyntaxHighlightForString:(NSString*)sqlText cssLike:(BOOL)cssLike;
- (IBAction)executeBundleItemForApp:(id)sender;
- (NSDictionary*)shellEnvironmentForDocument:(NSString*)docUUID;