From c7817b4fcbb09d1909edb540c2626324a2cca5a4 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 7 Sep 2012 12:23:29 +0000 Subject: Don't expose libpq types. --- Frameworks/PostgresKit/Source/FLXPostgresResult.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Frameworks/PostgresKit') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresResult.h b/Frameworks/PostgresKit/Source/FLXPostgresResult.h index e198cee5..0e941a7a 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresResult.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresResult.h @@ -20,7 +20,6 @@ // License for the specific language governing permissions and limitations under // the License. -#import "libpq-fe.h" #import "FLXConstants.h" @class FLXPostgresConnection; @@ -56,7 +55,7 @@ */ @property (readonly) NSStringEncoding stringEncoding; -- (id)initWithResult:(PGresult *)result connection:(FLXPostgresConnection *)connection; +- (id)initWithResult:(void *)result connection:(FLXPostgresConnection *)connection; - (unsigned int)numberOfFields; -- cgit v1.2.3