aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDatabaseStructure.h')
-rw-r--r--Source/SPDatabaseStructure.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPDatabaseStructure.h b/Source/SPDatabaseStructure.h
index 2b2d6977..52e43ec8 100644
--- a/Source/SPDatabaseStructure.h
+++ b/Source/SPDatabaseStructure.h
@@ -39,9 +39,10 @@
pthread_mutex_t connectionCheckLock;
}
-// Setup
+// Setup and teardown
- (id)initWithDelegate:(SPDatabaseDocument *)theDelegate;
- (void)setConnectionToClone:(SPMySQLConnection *)aConnection;
+- (void)destroy;
// Information
- (SPMySQLConnection *)connection;