aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPLogger.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-04-01 20:39:57 +0000
committerstuconnolly <stuart02@gmail.com>2012-04-01 20:39:57 +0000
commit389b86985d977f81f840112249da5e3e278921e2 (patch)
tree347425c21b25296bc03ce3bd416c8cd4410a2daf /Source/SPLogger.m
parent66ebdb1cffe636c0d7586a5bc3867df00839820c (diff)
downloadsequelpro-389b86985d977f81f840112249da5e3e278921e2.tar.gz
sequelpro-389b86985d977f81f840112249da5e3e278921e2.tar.bz2
sequelpro-389b86985d977f81f840112249da5e3e278921e2.zip
Tidy up.
Diffstat (limited to 'Source/SPLogger.m')
-rw-r--r--Source/SPLogger.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPLogger.m b/Source/SPLogger.m
index 40bcaa69..8b808d39 100644
--- a/Source/SPLogger.m
+++ b/Source/SPLogger.m
@@ -33,10 +33,11 @@
static SPLogger *logger = nil;
-@interface SPLogger (PrivateAPI)
+@interface SPLogger ()
- (void)_initLogFile;
- (void)_outputTimeString;
+
int _isSPLeaksLog(struct direct *entry);
@end