diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h b/Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h index 8f0e6a6e..c00f040a 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnectionPrivateAPI.h @@ -21,8 +21,9 @@ // the License. #import "FLXPostgresConnection.h" +#import "FLXTimeInterval.h" -@interface FLXPostgresConnection (FLXPostgresConnectionPrivateAPI) +@interface FLXPostgresConnection () - (PGconn *)postgresConnection; @@ -34,4 +35,11 @@ @end +@interface FLXTimeInterval () + +- (id)initWithInterval:(const PGinterval *)interval; + +@end + + |