git.ithinksw.org
/
ITFoundation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744612b
)
Oops, defined the sqlite3_*_objc_object functions as "static" instead of "extern...
author
Joseph Spiros
<joseph.spiros@ithinksw.com>
Fri, 19 Sep 2008 12:35:10 +0000
(12:35 +0000)
committer
Joseph Spiros
<joseph.spiros@ithinksw.com>
Fri, 19 Sep 2008 12:35:10 +0000
(12:35 +0000)
ITSQLite3Database.h
patch
|
blob
|
history
diff --git
a/ITSQLite3Database.h
b/ITSQLite3Database.h
index
ed13477
..
a8b93b0
100644
(file)
--- a/
ITSQLite3Database.h
+++ b/
ITSQLite3Database.h
@@
-12,8
+12,8
@@
#import <Foundation/Foundation.h>
#import <sqlite3.h>
-
static
int sqlite3_bind_objc_object(sqlite3_stmt *statement, int index, id object);
-
static
id sqlite3_column_objc_object(sqlite3_stmt *statement, int columnIndex);
+
extern
int sqlite3_bind_objc_object(sqlite3_stmt *statement, int index, id object);
+
extern
id sqlite3_column_objc_object(sqlite3_stmt *statement, int columnIndex);
@interface ITSQLite3Database : NSObject {
NSString *dbPath;