diff options
-rw-r--r-- | ext/fbsql/php_fbsql.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index 73f296c2d4..0807f953e4 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -99,7 +99,6 @@ typedef struct PHPFBLink PHPFBLink; /* Some functions which should be exported from FBCAccess */ void* fbaObjectAtIndex(); -void fbcInitialize(); void fbaRelease(); unsigned int fbaCount(); @@ -2333,7 +2332,7 @@ void phpfbColumnAsString (PHPFBResult* result, int column, void* data , int* len /* {{{ phpfbSqlResult */ -void phpfbSqlResult (INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int columnIndex) +void phpfbSqlResult(INTERNAL_FUNCTION_PARAMETERS, PHPFBResult* result, int rowIndex, int columnIndex) { void** row; if (result->list) |