From 6ac4ca07b1b0d61d718e73e0ba35a579ccc162c7 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 9 Sep 2012 01:10:06 +0000 Subject: Hook up time interval support. --- Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h b/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h index d78ac063..1a564b91 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h @@ -37,7 +37,8 @@ @interface FLXPostgresTimeInterval () -- (id)initWithInterval:(const PGinterval *)interval; ++ (id)intervalWithPGInterval:(PGinterval *)interval; +- (id)initWithInterval:(PGinterval *)interval; @end -- cgit v1.2.3