mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-03 06:42:23 +02:00
Declare phongo_cursor_init() statically
This isn't used outside of php_phongo.c
This commit is contained in:
@@ -270,7 +270,7 @@ static void php_phongo_log(mongoc_log_level_t log_level, const char *log_domain,
|
||||
/* }}} */
|
||||
|
||||
/* {{{ Init objects */
|
||||
void phongo_cursor_init(zval *return_value, mongoc_cursor_t *cursor, mongoc_client_t *client TSRMLS_DC) /* {{{ */
|
||||
static void phongo_cursor_init(zval *return_value, mongoc_cursor_t *cursor, mongoc_client_t *client TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
php_phongo_cursor_t *intern;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user