Skip to content

Commit fb2ab50

Browse files
committed
Declare phongo_cursor_init() statically
This isn't used outside of php_phongo.c
1 parent c43c5ab commit fb2ab50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static void php_phongo_log(mongoc_log_level_t log_level, const char *log_domain,
270270
/* }}} */
271271

272272
/* {{{ Init objects */
273-
void phongo_cursor_init(zval *return_value, mongoc_cursor_t *cursor, mongoc_client_t *client TSRMLS_DC) /* {{{ */
273+
static void phongo_cursor_init(zval *return_value, mongoc_cursor_t *cursor, mongoc_client_t *client TSRMLS_DC) /* {{{ */
274274
{
275275
php_phongo_cursor_t *intern;
276276

0 commit comments

Comments
 (0)