From 666ab2cfa7017982b3817645e599700506a2a398 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 7 Sep 2012 12:40:32 +0000 Subject: Don't expose the handler protocol or libpq types to the client and remember to initailise type extensions when a connection is established. --- Frameworks/PostgresKit/Source/FLXPostgresConnection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h index 6b96d624..5ff6f06b 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h @@ -20,7 +20,6 @@ // License for the specific language governing permissions and limitations under // the License. -#import "FLXPostgresTypeHandlerProtocol.h" #import "FLXPostgresConnectionDelegate.h" @class FLXPostgresError; @@ -30,7 +29,7 @@ @interface FLXPostgresConnection : NSObject { - PGconn *_connection; + void *_connection; NSString *_host; NSString *_user; -- cgit v1.2.3