Skip to content

Commit 7aceb55

Browse files
committed
Rename
1 parent 1528cb3 commit 7aceb55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibase_query.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static int le_query;
5959

6060
#define LE_QUERY "Firebird/InterBase query"
6161

62+
static void _php_ibase_alloc_xsqlda_vars(XSQLDA *sqlda, ISC_SHORT *nullinds);
6263
static void _php_ibase_free_xsqlda(XSQLDA *sqlda) /* {{{ */
6364
{
6465
int i;
@@ -806,7 +807,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */
806807
}
807808
/* }}} */
808809

809-
static void _php_ibase_alloc_xsqlda(XSQLDA *sqlda) /* {{{ */
810+
static void _php_ibase_alloc_xsqlda_vars(XSQLDA *sqlda, ISC_SHORT *nullinds) /* {{{ */
810811
{
811812
int i;
812813

0 commit comments

Comments
 (0)