aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-08-14 00:24:14 +0000
committerrowanbeentje <rowan@beent.je>2013-08-14 00:24:14 +0000
commit173da01f2446d86a4e3a9731ab0cf2ee474c2357 (patch)
treeec3026ad576b4204a111f9ca53e204415273c8d3 /Frameworks/SPMySQLFramework
parentef60b2022d50b99e6de78cc301bf71e8b336ae0e (diff)
downloadsequelpro-173da01f2446d86a4e3a9731ab0cf2ee474c2357.tar.gz
sequelpro-173da01f2446d86a4e3a9731ab0cf2ee474c2357.tar.bz2
sequelpro-173da01f2446d86a4e3a9731ab0cf2ee474c2357.zip
- Add missing function declaration for 10.7 builds
Diffstat (limited to 'Frameworks/SPMySQLFramework')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.h b/Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.h
index a2b347e3..f622f287 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Data Conversion.h
@@ -38,5 +38,6 @@ static inline SPMySQLResultFieldProcessor _processorForField(MYSQL_FIELD aField)
static inline NSString * _stringWithBytes(const void *dataBytes, NSUInteger dataLength, NSStringEncoding aStringEncoding, NSUInteger previewLength);
static inline NSString * _bitStringWithBytes(const char *bytes, NSUInteger length, NSUInteger padLength);
+static inline NSString * _convertStringData(const void *dataBytes, NSUInteger dataLength, NSStringEncoding aStringEncoding, NSUInteger previewLength);
@end